Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-record.c99 struct thread_mask {
106 struct thread_mask *mask;
186 struct thread_mask *thread_masks;
3091 static int record__thread_mask_alloc(struct thread_mask *mask, int nr_bits) in record__parse_affinity()
3110 static void record__thread_mask_free(struct thread_mask *mask) in record__mmap_cpu_mask_free()
3771 struct thread_mask thread_mask, full_mask, *thread_masks; in record__init_thread_cpu_masks()
3791 ret = record__thread_mask_alloc(&thread_mask, cpu__max_cpu().cpu); in record__init_thread_cpu_masks()
3798 ret = record__mmap_cpu_mask_init_spec(&thread_mask.maps, maps_spec[s]); in record__init_thread_masks_spec()
3803 ret = record__mmap_cpu_mask_init_spec(&thread_mask in record__init_thread_masks_spec()
98 struct thread_mask { global() struct
105 affinitythread_mask global() argument
3800 struct thread_mask thread_mask, full_mask, *thread_masks; record__init_thread_masks_spec() local
[all...]
/linux/kernel/irq/
H A Dmanage.c1106 * versus "desc->threads_oneshot |= action->thread_mask;" in in irq_finalize_oneshot()
1125 desc->threads_oneshot &= ~action->thread_mask; in irq_finalize_oneshot()
1474 unsigned long flags, thread_mask = 0; in __setup_irq() local
1560 * a recycled oneshot thread_mask bit while it's still in use by in __setup_irq()
1645 * Or all existing action->thread_mask bits, in __setup_irq()
1649 thread_mask |= old->thread_mask; in __setup_irq()
1666 if (thread_mask == ~0UL) { in __setup_irq()
1671 * The thread_mask for the action is or'ed to in __setup_irq()
1687 * thread_mask assigne in __setup_irq()
[all...]
/linux/arch/s390/kernel/
H A Dtopology.c267 cpu_thread_map(&topo->thread_mask, cpu); in update_cpu_masks()
289 smt_first = cpumask_first(&topo_sibling->thread_mask); in update_cpu_masks()
/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()