Home
last modified time | relevance | path

Searched refs:IRQTF_RUNTHREAD (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/irq/
H A Dhandle.c75 if (test_and_set_bit(IRQTF_RUNTHREAD, &action->thread_flags)) in __irq_wake_thread()
H A Dmanage.c1111 if (test_and_clear_bit(IRQTF_RUNTHREAD, in irq_wait_for_interrupt()
1120 if (test_and_clear_bit(IRQTF_RUNTHREAD, in irq_wait_for_interrupt()
1170 if (test_bit(IRQTF_RUNTHREAD, &action->thread_flags)) in irq_finalize_oneshot()
1250 * If IRQTF_RUNTHREAD is set, we need to decrement in irq_thread_dtor()
1253 if (test_and_clear_bit(IRQTF_RUNTHREAD, &action->thread_flags)) in irq_thread_dtor()
1334 * synchronize_hardirq(). So neither IRQTF_RUNTHREAD nor the in irq_thread()
H A Dinternals.h35 IRQTF_RUNTHREAD, enumerator