Searched refs:PSOCK (Results 1 – 12 of 12) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | priority.h | 107 #define PSOCK (PRI_MIN_KERN + 24) macro
|
| /f-stack/freebsd/sys/ |
| H A D | priority.h | 109 #define PSOCK (PRI_MIN_KERN + 24) macro
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_trigger.c | 109 PSOCK | PCATCH, "auditd", 0); in audit_read()
|
| H A D | audit_pipe.c | 495 selwakeuppri(&ap->ap_selinfo, PSOCK); in audit_pipe_append()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_event.c | 1502 msleep(kq, &kq->kq_lock, PSOCK | PDROP, "kqflxwt", 0); in kqueue_register() 1840 error = msleep_sbt(kq, &kq->kq_lock, PSOCK | PCATCH, in kqueue_scan() 1866 error = msleep(kq, &kq->kq_lock, PSOCK, in kqueue_scan() 2093 msleep(&kq->kq_refcnt, &kq->kq_lock, PSOCK, "kqclose", 0); in kqueue_drain() 2104 msleep(kq, &kq->kq_lock, PSOCK, "kqclo1", 0); in kqueue_drain() 2118 msleep(kq, &kq->kq_lock, PSOCK, in kqueue_drain() 2132 msleep(&kq->kq_state, &kq->kq_lock, PSOCK, "kqtqdr", 0); in kqueue_drain() 2136 selwakeuppri(&kq->kq_sel, PSOCK); in kqueue_drain() 2219 selwakeuppri(&kq->kq_sel, PSOCK); in kqueue_wakeup() 2531 msleep(kq, &kq->kq_lock, PSOCK | PDROP, "kqkclr", 0); in knlist_cleardel() [all …]
|
| H A D | uipc_sockbuf.c | 450 (sb->sb_flags & SB_NOINTR) ? PSOCK : PSOCK | PCATCH, "sbwait", in sbwait() 501 selwakeuppri(sb->sb_sel, PSOCK); in sowakeup()
|
| H A D | uipc_socket.c | 988 selwakeuppri(&sol->so_rdsel, PSOCK); 1016 error = msleep(&head->sol_comp, &head->so_lock, PSOCK | PCATCH, 1204 PSOCK | PCATCH, "soclos", 3517 selwakeuppri(&so->so_rdsel, PSOCK);
|
| H A D | sched_4bsd.c | 974 if (TD_IS_SUSPENDED(td) || pri >= PSOCK) in sched_sleep()
|
| H A D | sys_pipe.c | 664 selwakeuppri(&cpipe->pipe_sel, PSOCK); in pipeselwakeup()
|
| H A D | uipc_syscalls.c | 529 error = msleep(&so->so_timeo, &so->so_lock, PSOCK | PCATCH, in kern_connectat()
|
| H A D | sched_ule.c | 2194 if (TD_IS_SUSPENDED(td) || prio >= PSOCK) in sched_sleep()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev.c | 1288 error = tsleep(krp, PSOCK, "crydev", 0); in cryptodev_key()
|