Home
last modified time | relevance | path

Searched refs:IRQTF_AFFINITY (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/irq/
H A Dmanage.c185 * We just set IRQTF_AFFINITY and delegate the affinity setting
196 set_bit(IRQTF_AFFINITY, &action->thread_flags); in irq_set_thread_affinity()
200 set_bit(IRQTF_AFFINITY, &action->secondary->thread_flags); in irq_set_thread_affinity()
1066 if (!test_and_clear_bit(IRQTF_AFFINITY, &action->thread_flags)) in irq_thread_check_affinity()
1072 * In case we are out of memory we set IRQTF_AFFINITY again and in irq_thread_check_affinity()
1076 set_bit(IRQTF_AFFINITY, &action->thread_flags); in irq_thread_check_affinity()
1488 set_bit(IRQTF_AFFINITY, &new->thread_flags); in setup_irq_thread()
H A Dinternals.h37 IRQTF_AFFINITY, enumerator