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

/linux-master/arch/s390/include/asm/
H A Dtopology.h21 cpumask_t thread_mask; member in struct:cpu_topology_s390
31 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_mask)
/linux-master/kernel/irq/
H A Dhandle.c123 desc->threads_oneshot |= action->thread_mask;
H A Dmanage.c1153 * versus "desc->threads_oneshot |= action->thread_mask;" in
1172 desc->threads_oneshot &= ~action->thread_mask;
1509 unsigned long flags, thread_mask = 0; local
1585 * a recycled oneshot thread_mask bit while it's still in use by
1663 * Or all existing action->thread_mask bits,
1667 thread_mask |= old->thread_mask;
1684 if (thread_mask == ~0UL) {
1689 * The thread_mask for the action is or'ed to
1705 * thread_mask assigne
[all...]
/linux-master/tools/perf/
H A Dbuiltin-record.c96 struct thread_mask { struct
103 struct thread_mask *mask;
179 struct thread_mask *thread_masks;
3025 static int record__thread_mask_alloc(struct thread_mask *mask, int nr_bits)
3044 static void record__thread_mask_free(struct thread_mask *mask)
3685 struct thread_mask thread_mask, full_mask, *thread_masks; local
3705 ret = record__thread_mask_alloc(&thread_mask, cpu__max_cpu().cpu);
3712 ret = record__mmap_cpu_mask_init_spec(&thread_mask.maps, maps_spec[s]);
3717 ret = record__mmap_cpu_mask_init_spec(&thread_mask
[all...]
/linux-master/arch/s390/kernel/
H A Dtopology.c259 cpu_thread_map(&topo->thread_mask, cpu);
280 smt_first = cpumask_first(&topo_sibling->thread_mask);
501 return &cpu_topology[cpu].thread_mask;
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.c1316 cpumask_var_t thread_mask; local
1323 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) {
1331 if (!cpumask_test_cpu(cpu, thread_mask)) {
1333 cpumask_or(thread_mask, thread_mask,
1338 free_cpumask_var(thread_mask);
/linux-master/include/linux/
H A Dinterrupt.h118 * @thread_mask: bitmask for keeping track of @thread activity
132 unsigned long thread_mask; member in struct:irqaction

Completed in 143 milliseconds