Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dirq_poll.c33 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()
/openbmc/linux/include/linux/
H A Dirq_poll.h16 IRQ_POLL_F_SCHED = 0, enumerator