Searched refs:IRQ_POLL_F_SCHED (Results 1 – 2 of 2) sorted by relevance
33 if (test_and_set_bit(IRQ_POLL_F_SCHED, &iop->state)) in irq_poll_sched()55 clear_bit_unlock(IRQ_POLL_F_SCHED, &iop->state); in __irq_poll_complete()109 if (test_bit(IRQ_POLL_F_SCHED, &iop->state)) in irq_poll_softirq()148 while (test_and_set_bit(IRQ_POLL_F_SCHED, &iop->state)) in irq_poll_disable()164 BUG_ON(!test_bit(IRQ_POLL_F_SCHED, &iop->state)); in irq_poll_enable()166 clear_bit_unlock(IRQ_POLL_F_SCHED, &iop->state); in irq_poll_enable()
16 IRQ_POLL_F_SCHED = 0, enumerator
Completed in 5 milliseconds