Searched refs:thread_mask (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-record.c | 98 struct thread_mask { struct 105 struct thread_mask *mask; argument 185 struct thread_mask *thread_masks; 3117 static int record__thread_mask_alloc(struct thread_mask *mask, int nr_bits) in record__thread_mask_alloc() 3136 static void record__thread_mask_free(struct thread_mask *mask) in record__thread_mask_free() 3798 struct thread_mask thread_mask, full_mask, *thread_masks; in record__init_thread_masks_spec() local 3818 ret = record__thread_mask_alloc(&thread_mask, cpu__max_cpu().cpu); in record__init_thread_masks_spec() 3825 ret = record__mmap_cpu_mask_init_spec(&thread_mask.maps, maps_spec[s]); in record__init_thread_masks_spec() 3830 ret = record__mmap_cpu_mask_init_spec(&thread_mask.affinity, affinity_spec[s]); in record__init_thread_masks_spec() 3837 if (!bitmap_and(thread_mask.maps.bits, thread_mask.maps.bits, in record__init_thread_masks_spec() [all …]
|
| /linux/kernel/irq/ |
| H A D | manage.c | 1085 * versus "desc->threads_oneshot |= action->thread_mask;" in in irq_finalize_oneshot() 1104 desc->threads_oneshot &= ~action->thread_mask; in irq_finalize_oneshot() 1453 unsigned long flags, thread_mask = 0; in __setup_irq() local 1532 * a recycled oneshot thread_mask bit while it's still in use by in __setup_irq() 1617 * Or all existing action->thread_mask bits, in __setup_irq() 1621 thread_mask |= old->thread_mask; in __setup_irq() 1638 if (thread_mask == ~0UL) { in __setup_irq() 1643 * The thread_mask for the action is or'ed to in __setup_irq() 1659 * thread_mask assigne in __setup_irq() [all...] |
| /linux/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()
|