Home
last modified time | relevance | path

Searched refs:KNLIST_EMPTY (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Devent.h178 #define KNLIST_EMPTY(list) SLIST_EMPTY(&(list)->kl_list) macro
/f-stack/freebsd/sys/
H A Devent.h244 #define KNLIST_EMPTY(list) SLIST_EMPTY(&(list)->kl_list) macro
H A Dvnode.h225 KNLIST_EMPTY(&(vp)->v_pollinfo->vpi_selinfo.si_note))
/f-stack/freebsd/kern/
H A Dkern_event.c2468 KASSERT(KNLIST_EMPTY(knl), in knlist_destroy()