Searched refs:aq_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dkern_alq.c74 struct mtx aq_mtx; /* Queue lock */ member in struct:alq
88 #define ALQ_LOCK(alq) mtx_lock_spin(&(alq)->aq_mtx)
89 #define ALQ_UNLOCK(alq) mtx_unlock_spin(&(alq)->aq_mtx)
286 msleep_spin(alq, &alq->aq_mtx, "aldclose", 0);
301 mtx_destroy(&alq->aq_mtx);
462 mtx_init(&alq->aq_mtx, "ALD Queue", NULL, MTX_SPIN|MTX_QUIET);
551 msleep_spin(&alq->aq_waiters, &alq->aq_mtx, "alqwnord", 0);
569 msleep_spin(alq, &alq->aq_mtx, "alqwnres", 0);
747 msleep_spin(&alq->aq_waiters, &alq->aq_mtx, "alqgnord", 0);
765 msleep_spin(alq, &alq->aq_mtx, "alqgnre
[all...]

Completed in 101 milliseconds