/freebsd/sys/kern/ |
H A D | subr_log.c | 223 knlist_remove(&logsoftc.sc_selp.si_note, kn, 1); in logkqdetach()
|
H A D | tty_pts.c | 446 knlist_remove(&psc->pts_outpoll.si_note, kn, 0); in pts_kqops_read_detach() 472 knlist_remove(&psc->pts_inpoll.si_note, kn, 0); in pts_kqops_write_detach()
|
H A D | sys_eventfd.c | 280 knlist_remove(&efd->efd_sel.si_note, kn, 1); in filt_eventfddetach()
|
H A D | sys_procdesc.c | 446 knlist_remove(&pd->pd_selinfo.si_note, kn, 0); in procdesc_kqops_detach()
|
H A D | kern_devctl.c | 349 knlist_remove(&devsoftc.sel.si_note, kn, 0); in filt_devctl_detach()
|
H A D | sys_timerfd.c | 273 knlist_remove(&tfd->tfd_sel.si_note, kn, 1); in filt_timerfddetach()
|
H A D | kern_event.c | 402 knlist_remove(&kq->kq_sel.si_note, kn, 0); in filt_kqdetach() 489 knlist_remove(kn->kn_knlist, kn, 0); in filt_procdetach() 2481 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 | 2651 knlist_remove(&mq->mq_rsel.si_note, kn, 0); in filt_mqdetach() 2653 knlist_remove(&mq->mq_wsel.si_note, kn, 0); in filt_mqdetach()
|
H A D | vfs_aio.c | 2627 knlist_remove(knl, kn, 1); in filt_aiodetach() 2677 knlist_remove(knl, kn, 1); in filt_liodetach()
|
/freebsd/sys/sys/ |
H A D | event.h | 341 void knlist_remove(struct knlist *knl, struct knote *kn, int islocked);
|
/freebsd/sys/x86/acpica/ |
H A D | acpi_apm.c | 424 knlist_remove(&clone->sel_read.si_note, kn, 0); in apmreadfiltdetach()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_device.c | 210 knlist_remove(&data->ks_rsel.si_note, kn, 0); in fuse_device_filt_detach()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_freebsd.c | 1348 knlist_remove(&si->si.si_note, kn, /*islocked=*/0); in netmap_knrdetach() 1363 knlist_remove(&si->si.si_note, kn, /*islocked=*/0); in netmap_knwdetach()
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_dev_processes.c | 517 knlist_remove(&priv->rsel.si_note, kn, 1); in adf_state_kqread_detach()
|
/freebsd/sys/dev/evdev/ |
H A D | uinput.c | 445 knlist_remove(&state->ucs_selp.si_note, kn, 0); in uinput_kqdetach()
|
H A D | cdev.c | 388 knlist_remove(&client->ec_selp.si_note, kn, 0); in evdev_kqdetach()
|
/freebsd/sys/fs/cuse/ |
H A D | cuse.c | 1964 knlist_remove(&pcs->selinfo.si_note, kn, 1); in cuse_client_kqfilter_read_detach() 1978 knlist_remove(&pcs->selinfo.si_note, kn, 1); in cuse_client_kqfilter_write_detach()
|
/freebsd/sys/security/audit/ |
H A D | audit_pipe.c | 1054 knlist_remove(&ap->ap_selinfo.si_note, kn, 1); in audit_pipe_kqdetach()
|
/freebsd/sys/arm/ti/ |
H A D | ti_pruss.c | 803 knlist_remove(&sc->sc_selinfo.si_note, kn, 0); in ti_pruss_irq_kqread_detach()
|
/freebsd/sys/geom/ |
H A D | geom_dev.c | 880 knlist_remove(&sc->sc_selinfo.si_note, kn, 0); in gdev_filter_detach()
|
/freebsd/sys/dev/hid/ |
H A D | hidraw.c | 973 knlist_remove(&sc->sc_rsel.si_note, kn, 0); in hidraw_kqdetach()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_target.c | 336 knlist_remove(&softc->read_select.si_note, kn, 0); in targreadfiltdetach()
|
/freebsd/sys/dev/gpio/ |
H A D | gpioc.c | 1045 knlist_remove(knlist, kn, 0); in gpioc_kqdetach()
|
/freebsd/sys/dev/cyapa/ |
H A D | cyapa.c | 1163 knlist_remove(knlist, kn, 0); in cyapafiltdetach()
|