Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dtopology.h21 cpumask_t thread_mask; member
31 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_mask)
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c96 struct thread_mask { struct
103 struct thread_mask *mask; argument
179 struct thread_mask *thread_masks;
3632 struct thread_mask thread_mask, full_mask, *thread_masks; in record__init_thread_masks_spec() local
3671 if (!bitmap_and(thread_mask.maps.bits, thread_mask.maps.bits, in record__init_thread_masks_spec()
3672 cpus_mask.bits, thread_mask.maps.nbits)) { in record__init_thread_masks_spec()
3677 if (!bitmap_and(thread_mask.affinity.bits, thread_mask.affinity.bits, in record__init_thread_masks_spec()
3686 thread_mask.maps.nbits)) { in record__init_thread_masks_spec()
3692 thread_mask.affinity.nbits)) { in record__init_thread_masks_spec()
3710 rec->thread_masks[t] = thread_mask; in record__init_thread_masks_spec()
[all …]
/openbmc/linux/arch/s390/kernel/
H A Dtopology.c259 cpu_thread_map(&topo->thread_mask, cpu); in update_cpu_masks()
280 smt_first = cpumask_first(&topo_sibling->thread_mask); in update_cpu_masks()
501 return &cpu_topology[cpu].thread_mask; in cpu_thread_mask()
/openbmc/linux/kernel/irq/
H A Dhandle.c123 desc->threads_oneshot |= action->thread_mask; in __irq_wake_thread()
H A Dmanage.c1121 desc->threads_oneshot &= ~action->thread_mask; in irq_finalize_oneshot()
1508 unsigned long flags, thread_mask = 0; in __setup_irq() local
1661 thread_mask |= old->thread_mask; in __setup_irq()
1678 if (thread_mask == ~0UL) { in __setup_irq()
1702 new->thread_mask = 1UL << ffz(thread_mask); in __setup_irq()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c1316 cpumask_var_t thread_mask; in ef4_wanted_parallelism() local
1323 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) { in ef4_wanted_parallelism()
1331 if (!cpumask_test_cpu(cpu, thread_mask)) { in ef4_wanted_parallelism()
1333 cpumask_or(thread_mask, thread_mask, in ef4_wanted_parallelism()
1338 free_cpumask_var(thread_mask); in ef4_wanted_parallelism()
/openbmc/linux/include/linux/
H A Dinterrupt.h129 unsigned long thread_mask; member