Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_cache_size

539  * The fields sc_clcount, sc_clshift, sc_cache_size and sc_indir_size
550 sc->sc_cache = kmem_alloc(sc->sc_cache_size *
552 for (i = 0; i < sc->sc_cache_size; i++) {
605 for (i = 0; i < sc->sc_cache_size; i++)
612 sc->sc_cache_size*sizeof(struct fss_cache));
882 sc->sc_cache_size = 32;
884 sc->sc_cache_size = 8;
886 sc->sc_cache_size = 4;
933 sc->sc_cache_size, sc->sc_indir_size);
997 scl = sc->sc_cache+sc->sc_cache_size;
1169 scl = sc->sc_cache+sc->sc_cache_size;
1221 for (i = 0; i < sc->sc_cache_size; i++) {
1222 crotor = (crotor + 1) % sc->sc_cache_size;