Symbol: knlist_remove
sys/arm/ti/ti_pruss.c
804
knlist_remove(&sc->sc_selinfo.si_note, kn, 0);
sys/cam/scsi/scsi_pass.c
2154
knlist_remove(&softc->read_select.si_note, kn, 0);
sys/cam/scsi/scsi_target.c
337
knlist_remove(&softc->read_select.si_note, kn, 0);
sys/compat/linuxkpi/common/src/linux_compat.c
1146
knlist_remove(&filp->f_selinfo.si_note, kn, 1);
sys/dev/atkbdc/psm.c
5288
knlist_remove(&sc->rsel.si_note, kn, 0);
sys/dev/cyapa/cyapa.c
1182
knlist_remove(knlist, kn, 0);
sys/dev/evdev/cdev.c
389
knlist_remove(&client->ec_selp.si_note, kn, 0);
sys/dev/evdev/uinput.c
446
knlist_remove(&state->ucs_selp.si_note, kn, 0);
sys/dev/gpio/gpioc.c
1067
knlist_remove(knlist, kn, 0);
sys/dev/hid/hidraw.c
1022
knlist_remove(&sc->sc_rsel.si_note, kn, 0);
sys/dev/hid/u2f.c
561
knlist_remove(&sc->sc_rsel.si_note, kn, 0);
sys/dev/netmap/netmap_freebsd.c
1349
knlist_remove(&si->si.si_note, kn, /*islocked=*/0);
sys/dev/netmap/netmap_freebsd.c
1364
knlist_remove(&si->si.si_note, kn, /*islocked=*/0);
sys/dev/qat/qat_common/adf_freebsd_dev_processes.c
506
knlist_remove(&priv->rsel.si_note, kn, 1);
sys/dev/sound/pcm/dsp.c
2941
knlist_remove(&ch->bufsoft->sel.si_note, kn, 1);
sys/dev/usb/usb_dev.c
1141
knlist_remove(&f->selinfo.si_note, kn, 0);
sys/fs/cuse/cuse.c
1958
knlist_remove(&pcs->selinfo.si_note, kn, 1);
sys/fs/cuse/cuse.c
1972
knlist_remove(&pcs->selinfo.si_note, kn, 1);
sys/fs/fuse/fuse_device.c
218
knlist_remove(&data->ks_rsel.si_note, kn, 0);
sys/geom/geom_dev.c
885
knlist_remove(&sc->sc_selinfo.si_note, kn, 0);
sys/kern/kern_devctl.c
350
knlist_remove(&devsoftc.sel.si_note, kn, 0);
sys/kern/kern_event.c
425
knlist_remove(&kq->kq_sel.si_note, kn, 0);
sys/kern/kern_event.c
512
knlist_remove(kn->kn_knlist, kn, 0);
sys/kern/kern_event.c
680
knlist_remove(kn->kn_knlist, kn, 0);
sys/kern/kern_jaildesc.c
328
knlist_remove(&jd->jd_selinfo.si_note, kn, 0);
sys/kern/kern_sig.c
3822
knlist_remove(kn->kn_knlist, kn, 0);
sys/kern/subr_log.c
224
knlist_remove(&logsoftc.sc_selp.si_note, kn, 1);
sys/kern/sys_eventfd.c
328
knlist_remove(&efd->efd_sel.si_note, kn, 1);
sys/kern/sys_pipe.c
1841
knlist_remove(&cpipe->pipe_sel.si_note, kn, 1);
sys/kern/sys_procdesc.c
455
knlist_remove(&pd->pd_selinfo.si_note, kn, 0);
sys/kern/sys_timerfd.c
282
knlist_remove(&tfd->tfd_sel.si_note, kn, 1);
sys/kern/tty.c
710
knlist_remove(&tp->t_inpoll.si_note, kn, 0);
sys/kern/tty.c
734
knlist_remove(&tp->t_outpoll.si_note, kn, 0);
sys/kern/tty_pts.c
445
knlist_remove(&psc->pts_outpoll.si_note, kn, 0);
sys/kern/tty_pts.c
471
knlist_remove(&psc->pts_inpoll.si_note, kn, 0);
sys/kern/uipc_mqueue.c
2651
knlist_remove(&mq->mq_rsel.si_note, kn, 0);
sys/kern/uipc_mqueue.c
2653
knlist_remove(&mq->mq_wsel.si_note, kn, 0);
sys/kern/uipc_socket.c
4583
knlist_remove(&so->so_rdsel.si_note, kn, 1);
sys/kern/uipc_socket.c
4641
knlist_remove(&so->so_wrsel.si_note, kn, 1);
sys/kern/uipc_usrreq.c
1812
knlist_remove(&so->so_wrsel.si_note, kn, 1);
sys/kern/vfs_aio.c
2671
knlist_remove(knl, kn, 1);
sys/kern/vfs_aio.c
2720
knlist_remove(knl, kn, 1);
sys/kern/vfs_inotify.c
317
knlist_remove(&sc->sel.si_note, kn, 0);
sys/kern/vfs_subr.c
6564
knlist_remove(&fs_knlist, kn, 0);
sys/kern/vfs_subr.c
6726
knlist_remove(&vp->v_pollinfo->vpi_selinfo.si_note, kn, 0);
sys/net/bpf.c
2076
knlist_remove(&d->bd_sel.si_note, kn, 0);
sys/net/if_tuntap.c
2185
knlist_remove(&tp->tun_rsel.si_note, kn, 0);
sys/netgraph/ng_device.c
621
knlist_remove(&priv->rsel.si_note, kn, 0);
sys/netgraph/ng_device.c
653
knlist_remove(&priv->wsel.si_note, kn, 0);
sys/security/audit/audit_pipe.c
1055
knlist_remove(&ap->ap_selinfo.si_note, kn, 1);
sys/sys/event.h
357
void knlist_remove(struct knlist *knl, struct knote *kn, int islocked);
sys/x86/acpica/acpi_apm.c
423
knlist_remove(&clone->sel_read.si_note, kn, 0);