Home | History | Annotate | Download | only in wsfb

Lines Matching defs:sc_buckets

132 	gc_bucket *sc_buckets;	/* we allocate as many as we can get into ram */
1082 scp->sc_buckets = kmem_alloc(sizeof(gc_bucket) * scp->sc_nbuckets,
1086 b = &scp->sc_buckets[i];
1106 scp->sc_buckets[0].gb_index = idx;
1134 (scp->sc_buckets[bi].gb_index != -1)) {
1140 b = &scp->sc_buckets[bi];
1154 if (scp->sc_buckets[i].gb_lastread < moo) {
1156 moo = scp->sc_buckets[i].gb_lastread;
1161 b = &scp->sc_buckets[oldest];
1174 b = &scp->sc_buckets[bi];