| /f-stack/tools/compat/include/sys/ |
| H A D | priority.h | 106 #define PZERO (PRI_MIN_KERN + 20) macro
|
| /f-stack/freebsd/sys/ |
| H A D | priority.h | 108 #define PZERO (PRI_MIN_KERN + 20) macro
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_l2cap_raw.c | 877 error = msleep(&pcb->msg, &pcb->pcb_mtx, PZERO|PCATCH, "l2ctl", in ng_btsocket_l2cap_raw_control() 941 error = msleep(&pcb->msg, &pcb->pcb_mtx, PZERO|PCATCH, "l2ctl", in ng_btsocket_l2cap_raw_control() 1022 error = msleep(&pcb->msg, &pcb->pcb_mtx, PZERO|PCATCH, "l2ctl", in ng_btsocket_l2cap_raw_control() 1092 error = msleep(&pcb->msg, &pcb->pcb_mtx, PZERO|PCATCH, "l2ctl", in ng_btsocket_l2cap_raw_control() 1345 error = msleep(&pcb->msg, &pcb->pcb_mtx, PZERO|PCATCH, "l2ctl", in ng_btsocket_l2cap_raw_send_sync_ngmsg()
|
| H A D | ng_btsocket_hci_raw.c | 431 error = msleep(&pcb->msg, &pcb->pcb_mtx, PZERO|PCATCH, "hcictl", in ng_btsocket_hci_raw_send_sync_ngmsg() 1187 PZERO|PCATCH, "hcictl", in ng_btsocket_hci_raw_control() 1250 PZERO|PCATCH, "hcictl", in ng_btsocket_hci_raw_control() 1379 PZERO|PCATCH, "hcictl", in ng_btsocket_hci_raw_control()
|
| H A D | ng_btsocket_rfcomm.c | 745 msleep(&pcb->state, &pcb->pcb_mtx, PZERO, "rf_det", 0); in ng_btsocket_rfcomm_detach()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_log.c | 55 #define LOG_RDPRI (PZERO + 1)
|
| H A D | sysv_msg.c | 899 error = msleep(msqkptr, &msq_mtx, (PZERO - 4) | PCATCH, in kern_msgsnd() 1308 error = msleep(msqkptr, &msq_mtx, (PZERO - 4) | PCATCH, in kern_msgrcv()
|
| H A D | vfs_mountroot.c | 999 msleep(&root_holds, &root_holds_mtx, PZERO | PDROP, "roothold", in vfs_mountroot_wait()
|
| H A D | subr_epoch.c | 989 msleep(epoch, &epoch->e_drain_mtx, PZERO, "EDRAIN", 0); in epoch_drain_callbacks()
|
| H A D | sysv_sem.c | 1289 error = msleep(semakptr, sema_mtxp, (PZERO - 4) | PCATCH, in sys_semop()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_device.c | 431 PDROP | PCATCH | (PZERO + 1), in ngdread()
|
| /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() 1699 error = mtx_sleep(tp, &tp->tun_mtx, PCATCH | (PZERO + 1), in tunread()
|
| /f-stack/freebsd/x86/cpufreq/ |
| H A D | hwpstate_amd.c | 227 tsleep_sbt(dev, PZERO, "pstate_goto", sbt, in hwpstate_goto_pstate()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_meter.c | 215 if (td->td_priority <= PZERO) in vmtotal()
|
| /f-stack/freebsd/arm64/rockchip/ |
| H A D | rk_i2c.c | 537 err = msleep(sc, &sc->mtx, PZERO, "rk_i2c", in rk_i2c_transfer()
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_i2c.c | 577 rv = msleep(&sc->done, &sc->mtx, PZERO, "iic", in tegra_i2c_transfer()
|