Searched refs:thread_mask (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | topology.h | 21 cpumask_t thread_mask; member 31 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_mask)
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-record.c | 97 struct thread_mask { struct 104 struct thread_mask *mask; argument 180 struct thread_mask *thread_masks; 3646 struct thread_mask thread_mask, full_mask, *thread_masks; in record__init_thread_masks_spec() local 3685 if (!bitmap_and(thread_mask.maps.bits, thread_mask.maps.bits, in record__init_thread_masks_spec() 3686 cpus_mask.bits, thread_mask.maps.nbits)) { in record__init_thread_masks_spec() 3691 if (!bitmap_and(thread_mask.affinity.bits, thread_mask.affinity.bits, in record__init_thread_masks_spec() 3700 thread_mask.maps.nbits)) { in record__init_thread_masks_spec() 3706 thread_mask.affinity.nbits)) { in record__init_thread_masks_spec() 3724 rec->thread_masks[t] = thread_mask; in record__init_thread_masks_spec() [all …]
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | topology.c | 257 cpu_thread_map(&topo->thread_mask, cpu); in update_cpu_masks() 278 smt_first = cpumask_first(&topo_sibling->thread_mask); in update_cpu_masks() 499 return &cpu_topology[cpu].thread_mask; in cpu_thread_mask()
|
/linux-6.3-rc2/kernel/irq/ |
A D | handle.c | 123 desc->threads_oneshot |= action->thread_mask; in __irq_wake_thread()
|
A D | manage.c | 1116 desc->threads_oneshot &= ~action->thread_mask; in irq_finalize_oneshot() 1503 unsigned long flags, thread_mask = 0; in __setup_irq() local 1656 thread_mask |= old->thread_mask; in __setup_irq() 1673 if (thread_mask == ~0UL) { in __setup_irq() 1697 new->thread_mask = 1UL << ffz(thread_mask); in __setup_irq()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/ |
A D | efx.c | 1317 cpumask_var_t thread_mask; in ef4_wanted_parallelism() local 1324 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) { in ef4_wanted_parallelism() 1332 if (!cpumask_test_cpu(cpu, thread_mask)) { in ef4_wanted_parallelism() 1334 cpumask_or(thread_mask, thread_mask, in ef4_wanted_parallelism() 1339 free_cpumask_var(thread_mask); in ef4_wanted_parallelism()
|
/linux-6.3-rc2/include/linux/ |
A D | interrupt.h | 129 unsigned long thread_mask; member
|
Completed in 22 milliseconds