Searched refs:msleep_spin (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_alq.c | 287 msleep_spin(alq, &alq->aq_mtx, "aldclose", 0); in alq_shutdown() 548 msleep_spin(&alq->aq_waiters, &alq->aq_mtx, "alqwnord", 0); in alq_writen() 566 msleep_spin(alq, &alq->aq_mtx, "alqwnres", 0); in alq_writen() 744 msleep_spin(&alq->aq_waiters, &alq->aq_mtx, "alqgnord", 0); in alq_getn() 762 msleep_spin(alq, &alq->aq_mtx, "alqgnres", 0); in alq_getn()
|
| H A D | subr_taskqueue.c | 137 return (msleep_spin(p, (struct mtx *)&tq->tq_mutex, wm, 0)); in TQ_SLEEP()
|
| H A D | subr_gtaskqueue.c | 118 return (msleep_spin(p, (struct mtx *)&tq->tq_mutex, wm, 0)); in TQ_SLEEP()
|
| H A D | kern_tc.c | 1630 err = msleep_spin(pps, pps->driver_mtx, in pps_fetch()
|
| /freebsd/sys/riscv/vmm/ |
| H A D | vmm.c | 565 msleep_spin(vcpu, &vcpu->mtx, "vmidle", hz); in vm_handle_wfi() 647 msleep_spin(vcpu, &vcpu->mtx, "vmsusp", hz); in vm_handle_suspend()
|
| /freebsd/sys/dev/vmm/ |
| H A D | vmm_vm.c | 96 msleep_spin(&vcpu->state, &vcpu->mtx, "vmstat", hz); in vcpu_wait_idle()
|
| /freebsd/sys/arm64/vmm/ |
| H A D | vmm.c | 899 msleep_spin(vcpu, &vcpu->mtx, "vmidle", hz); in vm_handle_wfi() 970 msleep_spin(vcpu, &vcpu->mtx, "vmsusp", hz); in vm_handle_suspend()
|
| /freebsd/sys/sys/ |
| H A D | systm.h | 500 #define msleep_spin(chan, mtx, wmesg, timo) \ macro
|
| /freebsd/sys/amd64/vmm/ |
| H A D | vmm.c | 818 msleep_spin(vcpu, &vcpu->mtx, wmesg, hz); in vm_handle_hlt() 992 msleep_spin(vcpu, &vcpu->mtx, "vmsusp", hz); in vm_handle_suspend()
|
| /freebsd/sys/dev/axgbe/ |
| H A D | xgbe-dev.c | 1195 if (msleep_spin(pdata, &pdata->mdio_mutex, "mdio_xfer", hz / 8) == in xgbe_write_ext_mii_regs() 1221 if (msleep_spin(pdata, &pdata->mdio_mutex, "mdio_xfer", hz / 8) == in xgbe_read_ext_mii_regs()
|
| /freebsd/sys/dev/ichiic/ |
| H A D | ig4_iic.c | 315 msleep_spin(sc, &sc->io_lock, "i2cwait", in wait_intr()
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 2132 sleep.9 msleep_spin.9 \
|