Searched refs:RERUN_ISR (Results 1 – 2 of 2) sorted by relevance
148 * %RERUN_ISR: Used by the IRQ handler to inform the IRQ thread that the154 #define RERUN_ISR (1 << 17) macro
647 atomic_or(RERUN_ISR, &ctrl->pending_events); in pciehp_isr() 738 if (atomic_fetch_and(~RERUN_ISR, &ctrl->pending_events) & RERUN_ISR) { in pciehp_ist()