Home
last modified time | relevance | path

Searched refs:PZERO (Results 1 – 16 of 16) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dpriority.h106 #define PZERO (PRI_MIN_KERN + 20) macro
/f-stack/freebsd/sys/
H A Dpriority.h108 #define PZERO (PRI_MIN_KERN + 20) macro
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c877 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 Dng_btsocket_hci_raw.c431 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 Dng_btsocket_rfcomm.c745 msleep(&pcb->state, &pcb->pcb_mtx, PZERO, "rf_det", 0); in ng_btsocket_rfcomm_detach()
/f-stack/freebsd/kern/
H A Dsubr_log.c55 #define LOG_RDPRI (PZERO + 1)
H A Dsysv_msg.c899 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 Dvfs_mountroot.c999 msleep(&root_holds, &root_holds_mtx, PZERO | PDROP, "roothold", in vfs_mountroot_wait()
H A Dsubr_epoch.c989 msleep(epoch, &epoch->e_drain_mtx, PZERO, "EDRAIN", 0); in epoch_drain_callbacks()
H A Dsysv_sem.c1289 error = msleep(semakptr, sema_mtxp, (PZERO - 4) | PCATCH, in sys_semop()
/f-stack/freebsd/netgraph/
H A Dng_device.c431 PDROP | PCATCH | (PZERO + 1), in ngdread()
/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()
1699 error = mtx_sleep(tp, &tp->tun_mtx, PCATCH | (PZERO + 1), in tunread()
/f-stack/freebsd/x86/cpufreq/
H A Dhwpstate_amd.c227 tsleep_sbt(dev, PZERO, "pstate_goto", sbt, in hwpstate_goto_pstate()
/f-stack/freebsd/vm/
H A Dvm_meter.c215 if (td->td_priority <= PZERO) in vmtotal()
/f-stack/freebsd/arm64/rockchip/
H A Drk_i2c.c537 err = msleep(sc, &sc->mtx, PZERO, "rk_i2c", in rk_i2c_transfer()
/f-stack/freebsd/arm/nvidia/
H A Dtegra_i2c.c577 rv = msleep(&sc->done, &sc->mtx, PZERO, "iic", in tegra_i2c_transfer()