Searched refs:sc_ekeys_allocated (Results 1 – 3 of 3) sorted by relevance
123 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 …]
194 uint64_t sc_ekeys_allocated; member
1517 (uintmax_t)sc->sc_ekeys_allocated); in g_eli_dumpconf()