Home
last modified time | relevance | path

Searched refs:knlist_empty (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Devent.h358 int knlist_empty(struct knlist *knl);
/freebsd/sys/kern/
H A Dkern_event.c291 do_free = knl->kl_autodestroy && knlist_empty(knl); in kn_list_unlock()
2417 KASSERT(knlist_empty(&kq->kq_sel.si_note), in kqueue_drain()
2547 if (!knlist_empty(&kq->kq_sel.si_note)) in kqueue_wakeup()
2678 knlist_empty(struct knlist *knl) in knlist_empty() function
2774 if (knlist_empty(knl)) { in knlist_detach()
H A Duipc_socket.c4584 if (!SOLISTENING(so) && knlist_empty(&so->so_rdsel.si_note))
4642 if (!SOLISTENING(so) && knlist_empty(&so->so_wrsel.si_note))
/freebsd/sys/arm/ti/
H A Dti_pruss.c712 if (!knlist_empty(&sc->sc_irq_devs[i].sc_selinfo.si_note)) in ti_pruss_detach()
/freebsd/share/man/man9/
H A DMakefile1450 kqueue.9 knlist_empty.9 \