Home
last modified time | relevance | path

Searched refs:selrecord (Results 1 – 14 of 14) sorted by relevance

/xnu-8020.140.41/bsd/kern/ !
H A Dsys_socket.c322 selrecord(procp, &so->so_rcv.sb_sel, wql); in soo_select()
332 selrecord(procp, &so->so_snd.sb_sel, wql); in soo_select()
342 selrecord(procp, &so->so_rcv.sb_sel, wql); in soo_select()
H A Dtty_dev.c741 selrecord(p, &tp->t_rsel, wql);
755 selrecord(p, &tp->t_wsel, wql);
800 selrecord(p, &pti->pt_selr, wql);
817 selrecord(p, &pti->pt_selw, wql);
H A Dsubr_log.c913 selrecord(p, &logsoftc.sc_selp, wql); in logselect()
930 selrecord(p, &oslogsoftc.sc_selp, wql); in oslogselect()
947 selrecord(p, &oslog_streamsoftc.sc_selp, wql); in oslog_streamselect()
H A Dsys_pipe.c1277 selrecord(vfs_context_proc(ctx), &rpipe->pipe_sel, wql); in pipe_select()
1291 selrecord(vfs_context_proc(ctx), &wpipe->pipe_sel, wql); in pipe_select()
1295 selrecord(vfs_context_proc(ctx), &rpipe->pipe_sel, wql); in pipe_select()
H A Dtty.c1560 selrecord(p, &tp->t_rsel, wql); in ttyselect()
1569 selrecord(p, &tp->t_wsel, wql); in ttyselect()
1577 selrecord(p, &tp->t_rsel, wql); in ttyselect()
1580 selrecord(p, &tp->t_wsel, wql); in ttyselect()
H A Dsys_generic.c2172 selrecord(__unused struct proc *selector, struct selinfo *sip, void *s_data) in selrecord() function
H A Duipc_socket.c6582 selrecord(p, &so->so_rcv.sb_sel, wql); in sopoll()
6591 selrecord(p, &so->so_snd.sb_sel, wql); in sopoll()
H A Dkern_event.c4750 selrecord(kq->kqf_p, &kq->kqf_sel, wql); in kqueue_select()
/xnu-8020.140.41/bsd/sys/ !
H A Dselect.h155 void selrecord(proc_t selector, struct selinfo *, void *);
/xnu-8020.140.41/bsd/security/audit/ !
H A Daudit_pipe.c1072 selrecord(p, &ap->ap_selinfo, wql); in audit_pipe_poll()
H A Daudit_session.c2001 selrecord(p, &asdev->asdev_selinfo, wql); in audit_sdev_poll()
/xnu-8020.140.41/bsd/vfs/ !
H A Dvfs_fsevents.c2008 selrecord(vfs_context_proc(ctx), &fseh->si, wql); in fseventsf_select()
/xnu-8020.140.41/bsd/skywalk/channel/ !
H A Dchannel.c294 selrecord(p, si, wql); in csi_selrecord()
/xnu-8020.140.41/bsd/net/ !
H A Dbpf.c2486 selrecord(p, &d->bd_sel, wql); in bpfselect()