Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dinterrupt.h65 #define IH_SUSP 0x00000010 /* Device is powered down. */ macro
/freebsd-12-stable/sys/kern/
Dkern_intr.c891 handler->ih_flags |= IH_SUSP; in intr_event_suspend_handler()
915 handler->ih_flags &= ~IH_SUSP; in intr_event_resume_handler()
1120 if ((ih->ih_flags & IH_SUSP) != 0) in intr_event_execute_handlers()
1319 if ((ih->ih_flags & IH_SUSP) != 0) in intr_event_handle()