Lines Matching refs:queue_mtx
251 struct mtx queue_mtx; member
499 mtx_lock(&sc->queue_mtx); in g_md_start()
502 mtx_unlock(&sc->queue_mtx); in g_md_start()
1235 mtx_lock(&sc->queue_mtx); in md_kthread()
1238 mtx_unlock(&sc->queue_mtx); in md_kthread()
1243 msleep(sc, &sc->queue_mtx, PRIBIO | PDROP, "mdwait", 0); in md_kthread()
1246 mtx_unlock(&sc->queue_mtx); in md_kthread()
1301 mtx_init(&sc->queue_mtx, "md bio queue", NULL, MTX_DEF); in mdnew()
1309 mtx_destroy(&sc->queue_mtx); in mdnew()
1529 mtx_lock(&sc->queue_mtx); in g_md_providergone()
1532 mtx_unlock(&sc->queue_mtx); in g_md_providergone()
1544 mtx_lock(&sc->queue_mtx); in mddestroy()
1546 msleep(&sc->flags, &sc->queue_mtx, PRIBIO, "mddestroy", 0); in mddestroy()
1547 mtx_unlock(&sc->queue_mtx); in mddestroy()
1553 mtx_lock(&sc->queue_mtx); in mddestroy()
1557 msleep(sc->procp, &sc->queue_mtx, PRIBIO, "mddestroy", hz / 10); in mddestroy()
1558 mtx_unlock(&sc->queue_mtx); in mddestroy()
1559 mtx_destroy(&sc->queue_mtx); in mddestroy()