Searched refs:sc_ekeys_lock (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/geom/eli/
H A Dg_eli_key_cache.c119 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED);
120 mtx_unlock(&sc->sc_ekeys_lock);
125 mtx_lock(&sc->sc_ekeys_lock);
150 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED);
164 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED);
182 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED);
198 mtx_lock(&sc->sc_ekeys_lock);
245 mtx_unlock(&sc->sc_ekeys_lock);
252 mtx_lock(&sc->sc_ekeys_lock);
263 mtx_unlock(&sc->sc_ekeys_lock);
[all...]
H A Dg_eli.h181 struct mtx sc_ekeys_lock; member in struct:g_eli_softc
H A Dg_eli.c794 mtx_init(&sc->sc_ekeys_lock, "geli:ekeys", NULL, MTX_DEF);

Completed in 57 milliseconds