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

/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_key_cache.c199 sc->sc_ekeys_total = 1;
215 sc->sc_ekeys_total =
220 if (sc->sc_ekeys_total <= g_eli_key_cache_limit) {
223 for (keyno = 0; keyno < sc->sc_ekeys_total; keyno++)
225 KASSERT(sc->sc_ekeys_total == sc->sc_ekeys_allocated,
226 ("sc_ekeys_total=%ju != sc_ekeys_allocated=%ju",
227 (uintmax_t)sc->sc_ekeys_total,
270 KASSERT(keyno < sc->sc_ekeys_total,
271 ("%s: keyno=%ju >= sc_ekeys_total=%ju",
272 __func__, (uintmax_t)keyno, (uintmax_t)sc->sc_ekeys_total));
[all...]
H A Dg_eli.h196 uint64_t sc_ekeys_total; member in struct:g_eli_softc
H A Dg_eli.c1238 (uintmax_t)sc->sc_ekeys_total);

Completed in 69 milliseconds