Home
last modified time | relevance | path

Searched refs:delayed_bio_q_mtx (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/virstor/
H A Dg_virstor.h98 struct mtx delayed_bio_q_mtx; member
H A Dg_virstor.c412 mtx_lock(&sc->delayed_bio_q_mtx); in virstor_ctl_add()
429 mtx_unlock(&sc->delayed_bio_q_mtx); in virstor_ctl_add()
948 mtx_lock(&sc->delayed_bio_q_mtx); in virstor_geom_destroy()
957 mtx_unlock(&sc->delayed_bio_q_mtx); in virstor_geom_destroy()
958 mtx_destroy(&sc->delayed_bio_q_mtx); in virstor_geom_destroy()
1105 mtx_init(&sc->delayed_bio_q_mtx, "gvirstor_delayed_bio_q_mtx", in create_virstor_geom()
1666 mtx_lock(&sc->delayed_bio_q_mtx); in g_virstor_start()
1669 mtx_unlock(&sc->delayed_bio_q_mtx); in g_virstor_start()