Searched refs:sc_ekeys_allocated (Results 1 – 3 of 3) sorted by relevance
126 sc->sc_ekeys_allocated++; in g_eli_key_allocate()176 sc->sc_ekeys_allocated--; in g_eli_key_remove()201 sc->sc_ekeys_allocated = 0; in g_eli_key_init()218 sc->sc_ekeys_allocated = 0; in g_eli_key_init()226 KASSERT(sc->sc_ekeys_total == sc->sc_ekeys_allocated, in g_eli_key_init()229 (uintmax_t)sc->sc_ekeys_allocated)); in g_eli_key_init()277 if (sc->sc_ekeys_total == sc->sc_ekeys_allocated) { in g_eli_key_hold()297 if (sc->sc_ekeys_allocated < g_eli_key_cache_limit) { in g_eli_key_hold()328 if (sc->sc_ekeys_total == sc->sc_ekeys_allocated) in g_eli_key_drop()334 while (sc->sc_ekeys_allocated > g_eli_key_cache_limit) { in g_eli_key_drop()
188 uint64_t sc_ekeys_allocated; member
1156 (uintmax_t)sc->sc_ekeys_allocated); in g_eli_dumpconf()