HomeSort by: relevance | last modified time | path
    Searched refs:sc_cache_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
fss.c 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;
    [all...]
fssvar.h 170 int sc_cache_size; /* Number of entries in sc_cache */ member in struct:fss_softc

Completed in 13 milliseconds