Home
last modified time | relevance | path

Searched refs:selwakeuppri (Results 1 – 11 of 11) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dselinfo.h57 void selwakeuppri(struct selinfo *sip, int pri);
/f-stack/freebsd/sys/
H A Dselinfo.h59 void selwakeuppri(struct selinfo *sip, int pri);
/f-stack/freebsd/kern/
H A Dsubr_log.c241 selwakeuppri(&logsoftc.sc_selp, LOG_RDPRI); in logtimeout()
H A Dkern_event.c2136 selwakeuppri(&kq->kq_sel, PSOCK); in kqueue_drain()
2219 selwakeuppri(&kq->kq_sel, PSOCK); in kqueue_wakeup()
H A Dsys_pipe.c664 selwakeuppri(&cpipe->pipe_sel, PSOCK); in pipeselwakeup()
H A Duipc_sockbuf.c501 selwakeuppri(sb->sb_sel, PSOCK); in sowakeup()
H A Duipc_socket.c988 selwakeuppri(&sol->so_rdsel, PSOCK);
3517 selwakeuppri(&so->so_rdsel, PSOCK);
H A Dsys_generic.c1842 selwakeuppri(struct selinfo *sip, int pri) in selwakeuppri() function
/f-stack/freebsd/net/
H A Dif_tuntap.c857 selwakeuppri(&tp->tun_rsel, PZERO + 1); in tunstart()
918 selwakeuppri(&tp->tun_rsel, PZERO+1); in tunstart_l2()
1174 selwakeuppri(&tp->tun_rsel, PZERO + 1); in tundtor()
H A Dbpf.c1127 selwakeuppri(&d->bd_sel, PRINET); in bpf_wakeup()
/f-stack/freebsd/security/audit/
H A Daudit_pipe.c495 selwakeuppri(&ap->ap_selinfo, PSOCK); in audit_pipe_append()