Lines Matching refs:queue_mtx
247 struct mtx queue_mtx; member
478 mtx_lock(&sc->queue_mtx); in g_md_start()
481 mtx_unlock(&sc->queue_mtx); in g_md_start()
1221 mtx_lock(&sc->queue_mtx); in md_kthread()
1224 mtx_unlock(&sc->queue_mtx); in md_kthread()
1229 msleep(sc, &sc->queue_mtx, PRIBIO | PDROP, "mdwait", 0); in md_kthread()
1232 mtx_unlock(&sc->queue_mtx); in md_kthread()
1287 mtx_init(&sc->queue_mtx, "md bio queue", NULL, MTX_DEF); in mdnew()
1295 mtx_destroy(&sc->queue_mtx); in mdnew()
1496 mtx_lock(&sc->queue_mtx); in g_md_providergone()
1499 mtx_unlock(&sc->queue_mtx); in g_md_providergone()
1511 mtx_lock(&sc->queue_mtx); in mddestroy()
1513 msleep(&sc->flags, &sc->queue_mtx, PRIBIO, "mddestroy", 0); in mddestroy()
1514 mtx_unlock(&sc->queue_mtx); in mddestroy()
1520 mtx_lock(&sc->queue_mtx); in mddestroy()
1524 msleep(sc->procp, &sc->queue_mtx, PRIBIO, "mddestroy", hz / 10); in mddestroy()
1525 mtx_unlock(&sc->queue_mtx); in mddestroy()
1526 mtx_destroy(&sc->queue_mtx); in mddestroy()