Home
last modified time | relevance | path

Searched refs:msleep_spin (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/kern/
H A Dkern_alq.c287 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 Dsubr_taskqueue.c137 return (msleep_spin(p, (struct mtx *)&tq->tq_mutex, wm, 0)); in TQ_SLEEP()
H A Dsubr_gtaskqueue.c118 return (msleep_spin(p, (struct mtx *)&tq->tq_mutex, wm, 0)); in TQ_SLEEP()
H A Dkern_tc.c1630 err = msleep_spin(pps, pps->driver_mtx, in pps_fetch()
/freebsd/sys/riscv/vmm/
H A Dvmm.c565 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 Dvmm_vm.c96 msleep_spin(&vcpu->state, &vcpu->mtx, "vmstat", hz); in vcpu_wait_idle()
/freebsd/sys/arm64/vmm/
H A Dvmm.c899 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 Dsystm.h500 #define msleep_spin(chan, mtx, wmesg, timo) \ macro
/freebsd/sys/amd64/vmm/
H A Dvmm.c818 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 Dxgbe-dev.c1195 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 Dig4_iic.c315 msleep_spin(sc, &sc->io_lock, "i2cwait", in wait_intr()
/freebsd/share/man/man9/
H A DMakefile2132 sleep.9 msleep_spin.9 \