Searched refs:sc_ekeys_allocated (Results 1 – 3 of 3) sorted by relevance
125 sc->sc_ekeys_allocated++; in g_eli_key_allocate()175 sc->sc_ekeys_allocated--; in g_eli_key_remove()200 sc->sc_ekeys_allocated = 0; in g_eli_key_init()217 sc->sc_ekeys_allocated = 0; in g_eli_key_init()225 KASSERT(sc->sc_ekeys_total == sc->sc_ekeys_allocated, in g_eli_key_init()228 (uintmax_t)sc->sc_ekeys_allocated)); in g_eli_key_init()276 if (sc->sc_ekeys_total == sc->sc_ekeys_allocated) { in g_eli_key_hold()296 if (sc->sc_ekeys_allocated < g_eli_key_cache_limit) { in g_eli_key_hold()327 if (sc->sc_ekeys_total == sc->sc_ekeys_allocated) in g_eli_key_drop()333 while (sc->sc_ekeys_allocated > g_eli_key_cache_limit) { in g_eli_key_drop()
197 uint64_t sc_ekeys_allocated; member
1240 (uintmax_t)sc->sc_ekeys_allocated); in g_eli_dumpconf()