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

  /src/sys/dev/wsfb/
genfb.c 132 gc_bucket *sc_buckets; /* we allocate as many as we can get into ram */ member in struct:genfb_private
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]
    [all...]
genfb.c 132 gc_bucket *sc_buckets; /* we allocate as many as we can get into ram */ member in struct:genfb_private
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]
    [all...]

Completed in 55 milliseconds