Searched refs:thread_mask (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/s390/include/asm/ |
D | topology.h | 18 cpumask_t thread_mask; member 28 (&per_cpu(cpu_topology, cpu).thread_mask)
|
/linux-4.4.14/kernel/irq/ |
D | manage.c | 801 desc->threads_oneshot &= ~action->thread_mask; in irq_finalize_oneshot() 1107 unsigned long flags, thread_mask = 0; in __setup_irq() local 1209 thread_mask |= old->thread_mask; in __setup_irq() 1226 if (thread_mask == ~0UL) { in __setup_irq() 1250 new->thread_mask = 1 << ffz(thread_mask); in __setup_irq()
|
D | handle.c | 119 desc->threads_oneshot |= action->thread_mask; in __irq_wake_thread()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | paca.h | 160 u8 thread_mask; member
|
/linux-4.4.14/arch/s390/kernel/ |
D | topology.c | 257 topo->thread_mask = cpu_thread_map(cpu); in update_cpu_masks() 431 return &per_cpu(cpu_topology, cpu).thread_mask; in cpu_thread_mask()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | idle.c | 127 paca[cpu].thread_mask = 1 << j; in pnv_alloc_idle_core_states()
|
/linux-4.4.14/include/linux/ |
D | interrupt.h | 121 unsigned long thread_mask; member
|
/linux-4.4.14/arch/s390/numa/ |
D | mode_emu.c | 368 cpumask_copy(&top->thread_mask, &core->mask); in topology_add_core()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | efx.c | 1329 cpumask_var_t thread_mask; in efx_wanted_parallelism() local 1336 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) { in efx_wanted_parallelism() 1344 if (!cpumask_test_cpu(cpu, thread_mask)) { in efx_wanted_parallelism() 1346 cpumask_or(thread_mask, thread_mask, in efx_wanted_parallelism() 1351 free_cpumask_var(thread_mask); in efx_wanted_parallelism()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | asm-offsets.c | 766 offsetof(struct paca_struct, thread_mask)); in main()
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | xmon.c | 2176 DUMP(p, thread_mask, "x"); in dump_one_paca()
|