Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/geom/eli/
Dg_eli_key_cache.c127 sc->sc_ekeys_allocated++; in g_eli_key_allocate()
177 sc->sc_ekeys_allocated--; in g_eli_key_remove()
202 sc->sc_ekeys_allocated = 0; in g_eli_key_init()
219 sc->sc_ekeys_allocated = 0; in g_eli_key_init()
227 KASSERT(sc->sc_ekeys_total == sc->sc_ekeys_allocated, in g_eli_key_init()
230 (uintmax_t)sc->sc_ekeys_allocated)); in g_eli_key_init()
278 if (sc->sc_ekeys_total == sc->sc_ekeys_allocated) { in g_eli_key_hold()
298 if (sc->sc_ekeys_allocated < g_eli_key_cache_limit) { in g_eli_key_hold()
329 if (sc->sc_ekeys_total == sc->sc_ekeys_allocated) in g_eli_key_drop()
335 while (sc->sc_ekeys_allocated > g_eli_key_cache_limit) { in g_eli_key_drop()
Dg_eli.h199 uint64_t sc_ekeys_allocated; member
Dg_eli.c1244 (uintmax_t)sc->sc_ekeys_allocated); in g_eli_dumpconf()