| /freebsd-12.1/sys/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 | 449 knlist_remove(&psc->pts_outpoll.si_note, kn, 0); in pts_kqops_read_detach() 475 knlist_remove(&psc->pts_inpoll.si_note, kn, 0); in pts_kqops_write_detach()
|
| H A D | sys_procdesc.c | 466 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 | 684 knlist_remove(&tp->t_inpoll.si_note, kn, 0); in tty_kqops_read_detach() 708 knlist_remove(&tp->t_outpoll.si_note, kn, 0); in tty_kqops_write_detach()
|
| H A D | uipc_mqueue.c | 2619 knlist_remove(&mq->mq_rsel.si_note, kn, 0); in filt_mqdetach() 2621 knlist_remove(&mq->mq_wsel.si_note, kn, 0); in filt_mqdetach()
|
| H A D | vfs_aio.c | 2515 knlist_remove(knl, kn, 1); in filt_aiodetach() 2565 knlist_remove(knl, kn, 1); in filt_liodetach()
|
| H A D | sys_pipe.c | 1714 knlist_remove(&cpipe->pipe_sel.si_note, kn, 1); in filt_pipedetach()
|
| H A D | uipc_socket.c | 3562 knlist_remove(&so->so_rdsel.si_note, kn, 1); 3613 knlist_remove(&so->so_wrsel.si_note, kn, 1);
|
| /freebsd-12.1/sys/sys/ |
| H A D | event.h | 335 void knlist_remove(struct knlist *knl, struct knote *kn, int islocked);
|
| /freebsd-12.1/sys/x86/acpica/ |
| H A D | acpi_apm.c | 427 knlist_remove(&clone->sel_read.si_note, kn, 0); in apmreadfiltdetach()
|
| /freebsd-12.1/sys/fs/fuse/ |
| H A D | fuse_device.c | 201 knlist_remove(&data->ks_rsel.si_note, kn, 0); in fuse_device_filt_detach()
|
| /freebsd-12.1/sys/dev/beri/ |
| H A D | beri_ring.c | 368 knlist_remove(&sc->beri_rsel.si_note, kn, 0); in beri_kqdetach()
|
| /freebsd-12.1/sys/dev/netmap/ |
| H A D | netmap_freebsd.c | 1375 knlist_remove(&si->si.si_note, kn, /*islocked=*/0); in netmap_knrdetach() 1390 knlist_remove(&si->si.si_note, kn, /*islocked=*/0); in netmap_knwdetach()
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_event.c | 903 knlist_remove(&efd->efd_sel.si_note, kn, 1); in filt_eventfddetach() 1137 knlist_remove(&tfd->tfd_sel.si_note, kn, 1); in filt_timerfddetach()
|
| /freebsd-12.1/sys/fs/cuse/ |
| H A D | cuse.c | 1842 knlist_remove(&pcc->server->selinfo.si_note, kn, 1); in cuse_client_kqfilter_read_detach() 1853 knlist_remove(&pcc->server->selinfo.si_note, kn, 1); in cuse_client_kqfilter_write_detach()
|
| /freebsd-12.1/sys/dev/evdev/ |
| H A D | uinput.c | 452 knlist_remove(&state->ucs_selp.si_note, kn, 0); in uinput_kqdetach()
|
| H A D | cdev.c | 331 knlist_remove(&client->ec_selp.si_note, kn, 0); in evdev_kqdetach()
|
| /freebsd-12.1/sys/security/audit/ |
| H A D | audit_pipe.c | 1057 knlist_remove(&ap->ap_selinfo.si_note, kn, 1); in audit_pipe_kqdetach()
|
| /freebsd-12.1/sys/arm/ti/ |
| H A D | ti_pruss.c | 726 knlist_remove(&sc->sc_selinfo.si_note, kn, 0); in ti_pruss_irq_kqread_detach()
|
| /freebsd-12.1/sys/net/ |
| H A D | if_tap.c | 1145 knlist_remove(&tp->tap_rsel.si_note, kn, 0); in tapkqdetach()
|
| H A D | if_tun.c | 1124 knlist_remove(&tp->tun_rsel.si_note, kn, 0); in tunkqdetach()
|
| /freebsd-12.1/sys/cam/scsi/ |
| H A D | scsi_target.c | 342 knlist_remove(&softc->read_select.si_note, kn, 0); in targreadfiltdetach()
|
| /freebsd-12.1/sys/dev/cyapa/ |
| H A D | cyapa.c | 1090 knlist_remove(knlist, kn, 0); in cyapafiltdetach()
|
| /freebsd-12.1/sys/dev/usb/ |
| H A D | usb_dev.c | 1149 knlist_remove(&f->selinfo.si_note, kn, 0); in usb_filter_detach()
|