Searched refs:sc_ekeys_allocated (Results 1 – 3 of 3) sorted by relevance
127 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()
199 uint64_t sc_ekeys_allocated; member
1244 (uintmax_t)sc->sc_ekeys_allocated); in g_eli_dumpconf()