Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dpciehp.h141 * %RERUN_ISR: Used by the IRQ handler to inform the IRQ thread that the
147 #define RERUN_ISR (1 << 17) macro
H A Dpciehp_hpc.c613 atomic_or(RERUN_ISR, &ctrl->pending_events); in pciehp_isr()
704 if (atomic_fetch_and(~RERUN_ISR, &ctrl->pending_events) & RERUN_ISR) { in pciehp_ist()
/kernel/linux/linux-6.6/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.c613 atomic_or(RERUN_ISR, &ctrl->pending_events); in pciehp_isr()
704 if (atomic_fetch_and(~RERUN_ISR, &ctrl->pending_events) & RERUN_ISR) { in pciehp_ist()

Completed in 5 milliseconds