| /f-stack/tools/compat/include/sys/ |
| H A D | event.h | 265 extern void knlist_remove(struct knlist *knl, struct knote *kn, int islocked);
|
| /f-stack/freebsd/kern/ |
| H A D | subr_log.c | 228 knlist_remove(&logsoftc.sc_selp.si_note, kn, 1); in logkqdetach()
|
| H A D | tty_pts.c | 454 knlist_remove(&psc->pts_outpoll.si_note, kn, 0); in pts_kqops_read_detach() 480 knlist_remove(&psc->pts_inpoll.si_note, kn, 0); in pts_kqops_write_detach()
|
| H A D | sys_eventfd.c | 286 knlist_remove(&efd->efd_sel.si_note, kn, 1); in filt_eventfddetach()
|
| H A D | sys_procdesc.c | 449 knlist_remove(&pd->pd_selinfo.si_note, kn, 0); in procdesc_kqops_detach()
|
| H A D | kern_event.c | 398 knlist_remove(&kq->kq_sel.si_note, kn, 0); in filt_kqdetach() 485 knlist_remove(kn->kn_knlist, kn, 0); in filt_procdetach() 2343 knlist_remove(struct knlist *knl, struct knote *kn, int islocked) in knlist_remove() function
|
| H A D | tty.c | 711 knlist_remove(&tp->t_inpoll.si_note, kn, 0); in tty_kqops_read_detach() 735 knlist_remove(&tp->t_outpoll.si_note, kn, 0); in tty_kqops_write_detach()
|
| H A D | uipc_mqueue.c | 2629 knlist_remove(&mq->mq_rsel.si_note, kn, 0); in filt_mqdetach() 2631 knlist_remove(&mq->mq_wsel.si_note, kn, 0); in filt_mqdetach()
|
| H A D | vfs_aio.c | 2644 knlist_remove(knl, kn, 1); in filt_aiodetach() 2694 knlist_remove(knl, kn, 1); in filt_liodetach()
|
| H A D | sys_pipe.c | 1745 knlist_remove(&cpipe->pipe_sel.si_note, kn, 1); in filt_pipedetach()
|
| H A D | uipc_socket.c | 3806 knlist_remove(&so->so_rdsel.si_note, kn, 1); 3857 knlist_remove(&so->so_wrsel.si_note, kn, 1);
|
| H A D | vfs_subr.c | 6069 knlist_remove(&fs_knlist, kn, 0); in filt_fsdetach() 6215 knlist_remove(&vp->v_pollinfo->vpi_selinfo.si_note, kn, 0); in filt_vfsdetach()
|
| H A D | kern_sig.c | 3960 knlist_remove(p->p_klist, kn, 0); in filt_sigdetach()
|
| H A D | subr_bus.c | 589 knlist_remove(&devsoftc.sel.si_note, kn, 0); in filt_devctl_detach()
|
| /f-stack/freebsd/sys/ |
| H A D | event.h | 333 void knlist_remove(struct knlist *knl, struct knote *kn, int islocked);
|
| /f-stack/freebsd/x86/acpica/ |
| H A D | acpi_apm.c | 427 knlist_remove(&clone->sel_read.si_note, kn, 0); in apmreadfiltdetach()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_pipe.c | 1057 knlist_remove(&ap->ap_selinfo.si_note, kn, 1); in audit_pipe_kqdetach()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_pruss.c | 814 knlist_remove(&sc->sc_selinfo.si_note, kn, 0); in ti_pruss_irq_kqread_detach()
|
| /f-stack/freebsd/net/ |
| H A D | if_tuntap.c | 2011 knlist_remove(&tp->tun_rsel.si_note, kn, 0); in tunkqdetach()
|
| H A D | bpf.c | 2160 knlist_remove(&d->bd_sel.si_note, kn, 0); in filt_bpfdetach()
|