Searched refs:knlist_remove (Results 1 - 25 of 31) sorted by last modified time

12

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c1377 knlist_remove(&si->si.si_note, kn, /*islocked=*/0);
1392 knlist_remove(&si->si.si_note, kn, /*islocked=*/0);
/freebsd-11-stable/sys/kern/
H A Dkern_event.c359 knlist_remove(&kq->kq_sel.si_note, kn, 0);
447 knlist_remove(kn->kn_knlist, kn, 0);
740 kn->kn_status |= KN_DETACHED; /* knlist_remove sets it */
2195 ("knlist_remove called w/o knote being KN_INFLUX or already removed"));
2213 knlist_remove(struct knlist *knl, struct knote *kn, int islocked) function
H A Dvfs_aio.c2519 knlist_remove(knl, kn, 1);
2567 knlist_remove(knl, kn, 1);
H A Dkern_sig.c3802 knlist_remove(p->p_klist, kn, 0);
H A Duipc_socket.c3312 knlist_remove(&so->so_rcv.sb_sel.si_note, kn, 1);
3353 knlist_remove(&so->so_snd.sb_sel.si_note, kn, 1);
H A Dtty.c683 knlist_remove(&tp->t_inpoll.si_note, kn, 0);
707 knlist_remove(&tp->t_outpoll.si_note, kn, 0);
H A Dvfs_subr.c4964 knlist_remove(&fs_knlist, kn, 0);
5117 knlist_remove(&vp->v_pollinfo->vpi_selinfo.si_note, kn, 0);
H A Dtty_pts.c447 knlist_remove(&psc->pts_outpoll.si_note, kn, 0);
473 knlist_remove(&psc->pts_inpoll.si_note, kn, 0);
H A Duipc_mqueue.c2609 knlist_remove(&mq->mq_rsel.si_note, kn, 0);
2611 knlist_remove(&mq->mq_wsel.si_note, kn, 0);
H A Dsys_pipe.c1784 knlist_remove(&cpipe->pipe_sel.si_note, kn, 1);
H A Dsubr_bus.c568 knlist_remove(&devsoftc.sel.si_note, kn, 0);
H A Dsys_procdesc.c460 knlist_remove(&pd->pd_selinfo.si_note, kn, 0);
/freebsd-11-stable/sys/fs/cuse/
H A Dcuse.c1873 knlist_remove(&pcs->selinfo.si_note, kn, 1);
1887 knlist_remove(&pcs->selinfo.si_note, kn, 1);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_dev.c1146 knlist_remove(&f->selinfo.si_note, kn, 0);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1109 knlist_remove(&filp->f_selinfo.si_note, kn, 1);
/freebsd-11-stable/sys/dev/evdev/
H A Dcdev.c389 knlist_remove(&client->ec_selp.si_note, kn, 0);
/freebsd-11-stable/share/man/man9/
H A DMakefile1033 kqueue.9 knlist_remove.9 \
/freebsd-11-stable/sys/net/
H A Dif_tun.c1124 knlist_remove(&tp->tun_rsel.si_note, kn, 0);
H A Dif_tap.c1145 knlist_remove(&tp->tap_rsel.si_note, kn, 0);
H A Dbpf.c2052 knlist_remove(&d->bd_sel.si_note, kn, 0);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_target.c340 knlist_remove(&softc->read_select.si_note, kn, 0);
H A Dscsi_pass.c2167 knlist_remove(&softc->read_select.si_note, kn, 0);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c903 knlist_remove(&efd->efd_sel.si_note, kn, 1);
1137 knlist_remove(&tfd->tfd_sel.si_note, kn, 1);
/freebsd-11-stable/sys/sys/
H A Devent.h292 void knlist_remove(struct knlist *knl, struct knote *kn, int islocked);
/freebsd-11-stable/sys/security/audit/
H A Daudit_pipe.c1057 knlist_remove(&ap->ap_selinfo.si_note, kn, 1);

Completed in 248 milliseconds

12