Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_autoconf.c247 hook->ich_state = ICHS_DONE; in config_intrhook_disestablish_locked()
267 if (hook->ich_state == ICHS_DONE) { in config_intrhook_drain()
269 return (ICHS_DONE); in config_intrhook_drain()
284 while (hook->ich_state != ICHS_DONE) { in config_intrhook_drain()
/freebsd/sys/sys/
H A Dkernel.h483 #define ICHS_DONE 0x3 macro