Home
last modified time | relevance | path

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

/freebsd/sys/geom/uzip/
H A Dg_uzip.c164 mtx_destroy(&sc->last_mtx); in g_uzip_softc_free()
180 mtx_lock(&sc->last_mtx); in g_uzip_cached()
189 mtx_unlock(&sc->last_mtx); in g_uzip_cached()
203 mtx_unlock(&sc->last_mtx); in g_uzip_cached()
397 mtx_lock(&sc->last_mtx); in g_uzip_do()
408 mtx_unlock(&sc->last_mtx); in g_uzip_do()
415 mtx_unlock(&sc->last_mtx); in g_uzip_do()
425 mtx_unlock(&sc->last_mtx); in g_uzip_do()
890 mtx_init(&sc->last_mtx, "geom_uzip cache", NULL, MTX_DEF); in g_uzip_taste()
927 mtx_destroy(&sc->last_mtx); in g_uzip_taste()
H A Dg_uzip_softc.h39 struct mtx last_mtx; member