Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_autoconf.c201 hook->ich_state = ICHS_QUEUED; in config_intrhook_establish()
275 if (hook->ich_state == ICHS_QUEUED) { in config_intrhook_drain()
278 return (ICHS_QUEUED); in config_intrhook_drain()
/freebsd/sys/sys/
H A Dkernel.h473 #define ICHS_QUEUED 0x1 macro