Home
last modified time | relevance | path

Searched refs:thread_mask (Results 1 – 7 of 7) sorted by relevance

/linux/arch/s390/include/asm/
A Dtopology.h21 cpumask_t thread_mask; member
31 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_mask)
/linux/drivers/net/ethernet/sfc/
A Defx_channels.c82 cpumask_var_t thread_mask; in efx_wanted_parallelism() local
89 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) { in efx_wanted_parallelism()
97 if (!cpumask_test_cpu(cpu, thread_mask)) { in efx_wanted_parallelism()
99 cpumask_or(thread_mask, thread_mask, in efx_wanted_parallelism()
104 free_cpumask_var(thread_mask); in efx_wanted_parallelism()
/linux/arch/s390/kernel/
A Dtopology.c258 cpu_thread_map(&topo->thread_mask, cpu); in update_cpu_masks()
279 smt_first = cpumask_first(&topo_sibling->thread_mask); in update_cpu_masks()
500 return &cpu_topology[cpu].thread_mask; in cpu_thread_mask()
/linux/kernel/irq/
A Dmanage.c1106 desc->threads_oneshot &= ~action->thread_mask; in irq_finalize_oneshot()
1466 unsigned long flags, thread_mask = 0; in __setup_irq() local
1619 thread_mask |= old->thread_mask; in __setup_irq()
1636 if (thread_mask == ~0UL) { in __setup_irq()
1660 new->thread_mask = 1UL << ffz(thread_mask); in __setup_irq()
A Dhandle.c123 desc->threads_oneshot |= action->thread_mask; in __irq_wake_thread()
/linux/drivers/net/ethernet/sfc/falcon/
A Defx.c1322 cpumask_var_t thread_mask; in ef4_wanted_parallelism() local
1329 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) { in ef4_wanted_parallelism()
1337 if (!cpumask_test_cpu(cpu, thread_mask)) { in ef4_wanted_parallelism()
1339 cpumask_or(thread_mask, thread_mask, in ef4_wanted_parallelism()
1344 free_cpumask_var(thread_mask); in ef4_wanted_parallelism()
/linux/include/linux/
A Dinterrupt.h129 unsigned long thread_mask; member

Completed in 17 milliseconds