Home
last modified time | relevance | path

Searched refs:knlist_clear (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Devent.h275 #define knlist_clear(knl, islocked) \ macro
/f-stack/freebsd/sys/
H A Devent.h342 #define knlist_clear(knl, islocked) \ macro
/f-stack/freebsd/arm/ti/
H A Dti_pruss.c721 knlist_clear(&sc->sc_irq_devs[i].sc_selinfo.si_note, 0); in ti_pruss_detach()
/f-stack/freebsd/kern/
H A Dtty.c259 knlist_clear(&tp->t_inpoll.si_note, 1); in ttydev_leave()
260 knlist_clear(&tp->t_outpoll.si_note, 1); in ttydev_leave()
H A Dsys_pipe.c1675 knlist_clear(&cpipe->pipe_sel.si_note, 1); in pipeclose()
H A Dvfs_subr.c4881 knlist_clear(&vi->vpi_selinfo.si_note, 1); in destroy_vpollinfo()
/f-stack/freebsd/net/
H A Dif_tuntap.c632 knlist_clear(&tp->tun_rsel.si_note, 0); in tun_destroy()