Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dinterrupt.h66 #define IH_CHANGED 0x40000000 /* Handler state is changed. */ macro
/f-stack/freebsd/kern/
H A Dkern_intr.c774 if ((handler->ih_flags & IH_CHANGED) == 0) { in intr_handler_barrier()
775 handler->ih_flags |= IH_CHANGED; in intr_handler_barrier()
778 while ((handler->ih_flags & IH_CHANGED) != 0) in intr_handler_barrier()
1133 if ((ih->ih_flags & IH_CHANGED) != 0) { in intr_event_execute_handlers()
1135 ih->ih_flags &= ~IH_CHANGED; in intr_event_execute_handlers()