Home
last modified time | relevance | path

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

/freebsd/sys/geom/eli/
H A Dg_eli_key_cache.c105 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED); in g_eli_key_allocate()
106 mtx_unlock(&sc->sc_ekeys_lock); in g_eli_key_allocate()
111 mtx_lock(&sc->sc_ekeys_lock); in g_eli_key_allocate()
135 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED); in g_eli_key_find_last()
149 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED); in g_eli_key_replace()
167 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED); in g_eli_key_remove()
182 mtx_lock(&sc->sc_ekeys_lock); in g_eli_key_init()
229 mtx_unlock(&sc->sc_ekeys_lock); in g_eli_key_init()
236 mtx_lock(&sc->sc_ekeys_lock); in g_eli_key_destroy()
247 mtx_unlock(&sc->sc_ekeys_lock); in g_eli_key_destroy()
[all …]
H A Dg_eli.h191 struct mtx sc_ekeys_lock; member
H A Dg_eli.c1048 mtx_init(&sc->sc_ekeys_lock, "geli:ekeys", NULL, MTX_DEF); in g_eli_create()