Lines Matching refs:queue_mtx
253 struct mtx queue_mtx; member
486 mtx_lock(&sc->queue_mtx); in g_md_start()
489 mtx_unlock(&sc->queue_mtx); in g_md_start()
1220 mtx_lock(&sc->queue_mtx); in md_kthread()
1223 mtx_unlock(&sc->queue_mtx); in md_kthread()
1228 msleep(sc, &sc->queue_mtx, PRIBIO | PDROP, "mdwait", 0); in md_kthread()
1231 mtx_unlock(&sc->queue_mtx); in md_kthread()
1286 mtx_init(&sc->queue_mtx, "md bio queue", NULL, MTX_DEF); in mdnew()
1294 mtx_destroy(&sc->queue_mtx); in mdnew()
1513 mtx_lock(&sc->queue_mtx); in g_md_providergone()
1516 mtx_unlock(&sc->queue_mtx); in g_md_providergone()
1528 mtx_lock(&sc->queue_mtx); in mddestroy()
1530 msleep(&sc->flags, &sc->queue_mtx, PRIBIO, "mddestroy", 0); in mddestroy()
1531 mtx_unlock(&sc->queue_mtx); in mddestroy()
1537 mtx_lock(&sc->queue_mtx); in mddestroy()
1541 msleep(sc->procp, &sc->queue_mtx, PRIBIO, "mddestroy", hz / 10); in mddestroy()
1542 mtx_unlock(&sc->queue_mtx); in mddestroy()
1543 mtx_destroy(&sc->queue_mtx); in mddestroy()