Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Devent.h247 #define KNLIST_EMPTY(list) SLIST_EMPTY(&(list)->kl_list) macro
H A Dvnode.h220 KNLIST_EMPTY(&(vp)->v_pollinfo->vpi_selinfo.si_note))
/freebsd/sys/kern/
H A Dkern_event.c2568 KASSERT(KNLIST_EMPTY(knl), in knlist_destroy()