Searched refs:thread_mask (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/s390/include/asm/ |
| D | topology.h | 21 cpumask_t thread_mask; member 32 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_mask)
|
| /Linux-v5.4/kernel/irq/ |
| D | handle.c | 121 desc->threads_oneshot |= action->thread_mask; in __irq_wake_thread()
|
| D | manage.c | 930 desc->threads_oneshot &= ~action->thread_mask; in irq_finalize_oneshot() 1290 unsigned long flags, thread_mask = 0; in __setup_irq() local 1443 thread_mask |= old->thread_mask; in __setup_irq() 1460 if (thread_mask == ~0UL) { in __setup_irq() 1484 new->thread_mask = 1UL << ffz(thread_mask); in __setup_irq()
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | topology.c | 255 topo->thread_mask = cpu_thread_map(cpu); in update_cpu_masks() 485 return &cpu_topology[cpu].thread_mask; in cpu_thread_mask()
|
| /Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
| D | efx.c | 1326 cpumask_var_t thread_mask; in ef4_wanted_parallelism() local 1333 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) { in ef4_wanted_parallelism() 1341 if (!cpumask_test_cpu(cpu, thread_mask)) { in ef4_wanted_parallelism() 1343 cpumask_or(thread_mask, thread_mask, in ef4_wanted_parallelism() 1348 free_cpumask_var(thread_mask); in ef4_wanted_parallelism()
|
| /Linux-v5.4/include/linux/ |
| D | interrupt.h | 121 unsigned long thread_mask; member
|
| /Linux-v5.4/arch/s390/numa/ |
| D | mode_emu.c | 384 cpumask_copy(&top->thread_mask, &core->mask); in topology_add_core()
|
| /Linux-v5.4/drivers/net/ethernet/sfc/ |
| D | efx.c | 1386 cpumask_var_t thread_mask; in efx_wanted_parallelism() local 1393 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) { in efx_wanted_parallelism() 1401 if (!cpumask_test_cpu(cpu, thread_mask)) { in efx_wanted_parallelism() 1403 cpumask_or(thread_mask, thread_mask, in efx_wanted_parallelism() 1408 free_cpumask_var(thread_mask); in efx_wanted_parallelism()
|