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

/freebsd-11.0-release/sys/geom/uzip/
H A Dg_uzip_softc.h41 struct mtx last_mtx; member in struct:g_uzip_softc
H A Dg_uzip.c160 mtx_destroy(&sc->last_mtx);
175 mtx_lock(&sc->last_mtx);
184 mtx_unlock(&sc->last_mtx);
198 mtx_unlock(&sc->last_mtx);
392 mtx_lock(&sc->last_mtx);
403 mtx_unlock(&sc->last_mtx);
410 mtx_unlock(&sc->last_mtx);
420 mtx_unlock(&sc->last_mtx);
804 mtx_init(&sc->last_mtx, "geom_uzip cache", NULL, MTX_DEF);
839 mtx_destroy(&sc->last_mtx);
[all...]

Completed in 100 milliseconds