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

/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_key_cache.c125 sc->sc_ekeys_allocated++;
175 sc->sc_ekeys_allocated--;
200 sc->sc_ekeys_allocated = 0;
217 sc->sc_ekeys_allocated = 0;
225 KASSERT(sc->sc_ekeys_total == sc->sc_ekeys_allocated,
226 ("sc_ekeys_total=%ju != sc_ekeys_allocated=%ju",
228 (uintmax_t)sc->sc_ekeys_allocated));
276 if (sc->sc_ekeys_total == sc->sc_ekeys_allocated) {
296 if (sc->sc_ekeys_allocated < g_eli_key_cache_limit) {
327 if (sc->sc_ekeys_total == sc->sc_ekeys_allocated)
[all...]
H A Dg_eli.h197 uint64_t sc_ekeys_allocated; member in struct:g_eli_softc
H A Dg_eli.c1240 (uintmax_t)sc->sc_ekeys_allocated);

Completed in 82 milliseconds