Searched refs:xen_test_irq_pending (Results 1 – 3 of 3) sorted by relevance
64 bool xen_test_irq_pending(int irq);
261 ADD_STATS(taken_slow_spurious, !xen_test_irq_pending(irq)); in xen_spin_lock_slow()262 } while (!xen_test_irq_pending(irq)); /* check for spurious wakeups */ in xen_spin_lock_slow()
1643 bool xen_test_irq_pending(int irq) in xen_test_irq_pending() function