Lines Matching refs:queue_mtx
250 struct mtx queue_mtx; member
485 mtx_lock(&sc->queue_mtx); in g_md_start()
488 mtx_unlock(&sc->queue_mtx); in g_md_start()
1212 mtx_lock(&sc->queue_mtx); in md_kthread()
1215 mtx_unlock(&sc->queue_mtx); in md_kthread()
1220 msleep(sc, &sc->queue_mtx, PRIBIO | PDROP, "mdwait", 0); in md_kthread()
1223 mtx_unlock(&sc->queue_mtx); in md_kthread()
1286 mtx_init(&sc->queue_mtx, "md bio queue", NULL, MTX_DEF); in mdnew()
1296 mtx_destroy(&sc->queue_mtx); in mdnew()
1494 mtx_lock(&sc->queue_mtx); in g_md_providergone()
1497 mtx_unlock(&sc->queue_mtx); in g_md_providergone()
1509 mtx_lock(&sc->queue_mtx); in mddestroy()
1511 msleep(&sc->flags, &sc->queue_mtx, PRIBIO, "mddestroy", 0); in mddestroy()
1512 mtx_unlock(&sc->queue_mtx); in mddestroy()
1518 mtx_lock(&sc->queue_mtx); in mddestroy()
1522 msleep(sc->procp, &sc->queue_mtx, PRIBIO, "mddestroy", hz / 10); in mddestroy()
1523 mtx_unlock(&sc->queue_mtx); in mddestroy()
1525 mtx_destroy(&sc->queue_mtx); in mddestroy()