Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/irq/
Dspurious.c25 static atomic_t irq_poll_active; variable
119 if (atomic_inc_return(&irq_poll_active) != 1) in misrouted_irq()
135 atomic_dec(&irq_poll_active); in misrouted_irq()
145 if (atomic_inc_return(&irq_poll_active) != 1) in poll_spurious_irqs()
166 atomic_dec(&irq_poll_active); in poll_spurious_irqs()