Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Devent.h360 int knlist_empty(struct knlist *knl);
/freebsd/sys/kern/
H A Dkern_event.c300 do_free = knl->kl_autodestroy && knlist_empty(knl); in kn_list_unlock()
2426 KASSERT(knlist_empty(&kq->kq_sel.si_note), in kqueue_drain()
2554 if (!knlist_empty(&kq->kq_sel.si_note)) in kqueue_wakeup()
2685 knlist_empty(struct knlist *knl) in knlist_empty() function
2781 if (knlist_empty(knl)) { in knlist_detach()
H A Duipc_socket.c4629 if (!SOLISTENING(so) && knlist_empty(&so->so_rdsel.si_note))
4687 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 DMakefile1460 kqueue.9 knlist_empty.9 \