Home
last modified time | relevance | path

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

/freebsd/sys/geom/eli/
H A Dg_eli_key_cache.c123 sc->sc_ekeys_allocated++; in g_eli_key_allocate()
173 sc->sc_ekeys_allocated--; in g_eli_key_remove()
197 sc->sc_ekeys_allocated = 0; in g_eli_key_init()
214 sc->sc_ekeys_allocated = 0; in g_eli_key_init()
222 KASSERT(sc->sc_ekeys_total == sc->sc_ekeys_allocated, in g_eli_key_init()
225 (uintmax_t)sc->sc_ekeys_allocated)); in g_eli_key_init()
285 KASSERT(new_ekeys_total == sc->sc_ekeys_allocated, in g_eli_key_resize()
288 (uintmax_t)sc->sc_ekeys_allocated)); in g_eli_key_resize()
319 if (sc->sc_ekeys_total == sc->sc_ekeys_allocated) { in g_eli_key_hold()
339 if (sc->sc_ekeys_allocated < g_eli_key_cache_limit) { in g_eli_key_hold()
[all …]
H A Dg_eli.h194 uint64_t sc_ekeys_allocated; member
H A Dg_eli.c1517 (uintmax_t)sc->sc_ekeys_allocated); in g_eli_dumpconf()