Searched refs:selwakeuppri (Results 1 – 11 of 11) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | selinfo.h | 57 void selwakeuppri(struct selinfo *sip, int pri);
|
| /f-stack/freebsd/sys/ |
| H A D | selinfo.h | 59 void selwakeuppri(struct selinfo *sip, int pri);
|
| /f-stack/freebsd/kern/ |
| H A D | subr_log.c | 241 selwakeuppri(&logsoftc.sc_selp, LOG_RDPRI); in logtimeout()
|
| H A D | kern_event.c | 2136 selwakeuppri(&kq->kq_sel, PSOCK); in kqueue_drain() 2219 selwakeuppri(&kq->kq_sel, PSOCK); in kqueue_wakeup()
|
| H A D | sys_pipe.c | 664 selwakeuppri(&cpipe->pipe_sel, PSOCK); in pipeselwakeup()
|
| H A D | uipc_sockbuf.c | 501 selwakeuppri(sb->sb_sel, PSOCK); in sowakeup()
|
| H A D | uipc_socket.c | 988 selwakeuppri(&sol->so_rdsel, PSOCK); 3517 selwakeuppri(&so->so_rdsel, PSOCK);
|
| H A D | sys_generic.c | 1842 selwakeuppri(struct selinfo *sip, int pri) in selwakeuppri() function
|
| /f-stack/freebsd/net/ |
| H A D | if_tuntap.c | 857 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 D | bpf.c | 1127 selwakeuppri(&d->bd_sel, PRINET); in bpf_wakeup()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_pipe.c | 495 selwakeuppri(&ap->ap_selinfo, PSOCK); in audit_pipe_append()
|