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

/freebsd-10.3-release/sys/geom/eli/
H A Dg_eli_key_cache.c212 sc->sc_ekeys_total = 1;
228 sc->sc_ekeys_total =
233 if (sc->sc_ekeys_total <= g_eli_key_cache_limit) {
236 for (keyno = 0; keyno < sc->sc_ekeys_total; keyno++)
238 KASSERT(sc->sc_ekeys_total == sc->sc_ekeys_allocated,
239 ("sc_ekeys_total=%ju != sc_ekeys_allocated=%ju",
240 (uintmax_t)sc->sc_ekeys_total,
283 KASSERT(keyno < sc->sc_ekeys_total,
284 ("%s: keyno=%ju >= sc_ekeys_total=%ju",
285 __func__, (uintmax_t)keyno, (uintmax_t)sc->sc_ekeys_total));
[all...]
H A Dg_eli.h182 uint64_t sc_ekeys_total; member in struct:g_eli_softc
H A Dg_eli.c1225 (uintmax_t)sc->sc_ekeys_total);

Completed in 96 milliseconds