Searched refs:thread_mask (Results 1 – 9 of 9) sorted by relevance
16 cpumask_t thread_mask; member25 #define topology_thread_cpumask(cpu) (&per_cpu(cpu_topology, cpu).thread_mask)
761 desc->threads_oneshot &= ~action->thread_mask; in irq_finalize_oneshot()995 unsigned long flags, thread_mask = 0; in __setup_irq() local1115 thread_mask |= old->thread_mask; in __setup_irq()1132 if (thread_mask == ~0UL) { in __setup_irq()1156 new->thread_mask = 1 << ffz(thread_mask); in __setup_irq()
117 desc->threads_oneshot |= action->thread_mask; in __irq_wake_thread()
160 u8 thread_mask; member
252 per_cpu(cpu_topology, cpu).thread_mask = cpu_thread_map(cpu); in update_cpu_masks()426 return &per_cpu(cpu_topology, cpu).thread_mask; in cpu_thread_mask()
377 paca[cpu].thread_mask = 1 << j; in pnv_alloc_idle_core_states()
119 unsigned long thread_mask; member
1289 cpumask_var_t thread_mask; in efx_wanted_parallelism() local1296 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) { in efx_wanted_parallelism()1304 if (!cpumask_test_cpu(cpu, thread_mask)) { in efx_wanted_parallelism()1306 cpumask_or(thread_mask, thread_mask, in efx_wanted_parallelism()1311 free_cpumask_var(thread_mask); in efx_wanted_parallelism()
758 offsetof(struct paca_struct, thread_mask)); in main()