Searched refs:RERUN_ISR (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dpciehp.h144 * %RERUN_ISR: Used by the IRQ handler to inform the IRQ thread that the
150 #define RERUN_ISR (1 << 17) macro
H A Dpciehp_hpc.c614 atomic_or(RERUN_ISR, &ctrl->pending_events);
705 if (atomic_fetch_and(~RERUN_ISR, &ctrl->pending_events) & RERUN_ISR) {

Completed in 116 milliseconds