Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_alq.c285 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.c125 return (msleep_spin(p, (struct mtx *)&tq->tq_mutex, wm, 0)); in TQ_SLEEP()
H A Dsubr_gtaskqueue.c121 return (msleep_spin(p, (struct mtx *)&tq->tq_mutex, wm, 0)); in TQ_SLEEP()
H A Dkern_fail.c419 msleep_spin(FP_PAUSE_CHANNEL(fp), mtx_sleep, "failpt", 0); in fail_point_pause()
H A Dkern_tc.c1570 err = msleep_spin(pps, pps->driver_mtx, in pps_fetch()
/f-stack/freebsd/sys/
H A Dsystm.h526 #define msleep_spin(chan, mtx, wmesg, timo) \ macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1195 msleep_spin(&vcpu->state, &vcpu->mtx, "vmstat", hz); in vcpu_set_state_locked()
1394 msleep_spin(vcpu, &vcpu->mtx, wmesg, hz); in vm_handle_hlt()
1567 msleep_spin(vcpu, &vcpu->mtx, "vmsusp", hz); in vm_handle_suspend()