Searched refs:EHE_DEAD_PRIORITY (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/sys/
H A D_eventhandler.h39 #define EHE_DEAD_PRIORITY (-1) macro
H A Deventhandler.h74 if (_ep->ee_priority != EHE_DEAD_PRIORITY) { \
/freebsd-13-stable/sys/kern/
H A Dsubr_eventhandler.c124 KASSERT(epn->ee_priority != EHE_DEAD_PRIORITY,
132 if (ep->ee_priority != EHE_DEAD_PRIORITY &&
204 ep->ee_priority = EHE_DEAD_PRIORITY;
220 ep->ee_priority = EHE_DEAD_PRIORITY;
292 if (ep->ee_priority == EHE_DEAD_PRIORITY) {

Completed in 124 milliseconds