Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/irq/
Dspurious.c25 static atomic_t irq_poll_active; variable
124 if (atomic_inc_return(&irq_poll_active) != 1) in misrouted_irq()
140 atomic_dec(&irq_poll_active); in misrouted_irq()
150 if (atomic_inc_return(&irq_poll_active) != 1) in poll_spurious_irqs()
171 atomic_dec(&irq_poll_active); in poll_spurious_irqs()