Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Dpciehp.h141 #define RERUN_ISR (1 << 17) macro
Dpciehp_hpc.c515 atomic_or(RERUN_ISR, &ctrl->pending_events); in pciehp_isr()
589 if (atomic_fetch_and(~RERUN_ISR, &ctrl->pending_events) & RERUN_ISR) { in pciehp_ist()