Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/geom/eli/
Dg_eli_key_cache.c119 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED); in g_eli_key_allocate()
120 mtx_unlock(&sc->sc_ekeys_lock); in g_eli_key_allocate()
125 mtx_lock(&sc->sc_ekeys_lock); in g_eli_key_allocate()
150 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED); in g_eli_key_find_last()
164 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED); in g_eli_key_replace()
182 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED); in g_eli_key_remove()
198 mtx_lock(&sc->sc_ekeys_lock); in g_eli_key_init()
245 mtx_unlock(&sc->sc_ekeys_lock); in g_eli_key_init()
252 mtx_lock(&sc->sc_ekeys_lock); in g_eli_key_destroy()
263 mtx_unlock(&sc->sc_ekeys_lock); in g_eli_key_destroy()
[all …]
Dg_eli.h182 struct mtx sc_ekeys_lock; member
Dg_eli.c794 mtx_init(&sc->sc_ekeys_lock, "geli:ekeys", NULL, MTX_DEF); in g_eli_create()