/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | topology.h | 21 cpumask_t thread_mask; member 31 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_mask)
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | topology.h | 21 cpumask_t thread_mask; member 31 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_mask)
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-record.c | 96 struct thread_mask { struct 103 struct thread_mask *mask; 179 struct thread_mask *thread_masks; 2966 static int record__thread_mask_alloc(struct thread_mask *mask, int nr_bits) in record__thread_mask_alloc() 2985 static void record__thread_mask_free(struct thread_mask *mask) in record__thread_mask_free() 3628 struct thread_mask thread_mask, full_mask, *thread_masks; in record__init_thread_masks_spec() local 3648 ret = record__thread_mask_alloc(&thread_mask, cpu__max_cpu().cpu); in record__init_thread_masks_spec() 3655 ret = record__mmap_cpu_mask_init_spec(&thread_mask.maps, maps_spec[s]); in record__init_thread_masks_spec() 3660 ret = record__mmap_cpu_mask_init_spec(&thread_mask in record__init_thread_masks_spec() [all...] |
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | topology.c | 253 topo->thread_mask = cpu_thread_map(cpu); in update_cpu_masks() 274 smt_first = cpumask_first(&topo_sibling->thread_mask); in update_cpu_masks() 495 return &cpu_topology[cpu].thread_mask; in cpu_thread_mask()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | topology.c | 259 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx_channels.c | 81 cpumask_var_t thread_mask; in efx_wanted_parallelism() local 88 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) { in efx_wanted_parallelism() 96 if (!cpumask_test_cpu(cpu, thread_mask)) { in efx_wanted_parallelism() 98 cpumask_or(thread_mask, thread_mask, in efx_wanted_parallelism() 103 free_cpumask_var(thread_mask); in efx_wanted_parallelism()
|
/kernel/linux/linux-5.10/kernel/irq/ |
H A D | handle.c | 121 desc->threads_oneshot |= action->thread_mask; in __irq_wake_thread()
|
H A D | manage.c | 1002 * versus "desc->threads_oneshot |= action->thread_mask;" in in irq_finalize_oneshot() 1021 desc->threads_oneshot &= ~action->thread_mask; in irq_finalize_oneshot() 1408 unsigned long flags, thread_mask = 0; in __setup_irq() local 1484 * a recycled oneshot thread_mask bit while it's still in use by in __setup_irq() 1557 * Or all existing action->thread_mask bits, in __setup_irq() 1561 thread_mask |= old->thread_mask; in __setup_irq() 1578 if (thread_mask == ~0UL) { in __setup_irq() 1583 * The thread_mask for the action is or'ed to in __setup_irq() 1599 * thread_mask assigne in __setup_irq() [all...] |
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | handle.c | 123 desc->threads_oneshot |= action->thread_mask; in __irq_wake_thread()
|
H A D | manage.c | 1102 * versus "desc->threads_oneshot |= action->thread_mask;" in in irq_finalize_oneshot() 1121 desc->threads_oneshot &= ~action->thread_mask; in irq_finalize_oneshot() 1508 unsigned long flags, thread_mask = 0; in __setup_irq() local 1584 * a recycled oneshot thread_mask bit while it's still in use by in __setup_irq() 1657 * Or all existing action->thread_mask bits, in __setup_irq() 1661 thread_mask |= old->thread_mask; in __setup_irq() 1678 if (thread_mask == ~0UL) { in __setup_irq() 1683 * The thread_mask for the action is or'ed to in __setup_irq() 1699 * thread_mask assigne in __setup_irq() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 1316 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | interrupt.h | 111 * @thread_mask: bitmask for keeping track of @thread activity 125 unsigned long thread_mask; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | interrupt.h | 115 * @thread_mask: bitmask for keeping track of @thread activity 129 unsigned long thread_mask; member
|