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

  /src/sys/dev/wscons/
wsdisplay_glyphcachevar.h 42 } gc_bucket; typedef in typeref:struct:_gc_bucket
60 gc_bucket *gc_buckets; /* we allocate as many as we can get into vram */
61 gc_bucket *gc_next; /* bucket the next glyph goes into */
wsdisplay_glyphcache.c 119 gc_bucket *b;
207 gc_bucket *b;
241 gc_bucket *b = gc->gc_next;
282 gc_bucket *b;
  /src/sys/dev/wsfb/
genfb.c 132 gc_bucket *sc_buckets; /* we allocate as many as we can get into ram */
1054 gc_bucket *b;
1082 scp->sc_buckets = kmem_alloc(sizeof(gc_bucket) * scp->sc_nbuckets,
1120 gc_bucket *b;

Completed in 12 milliseconds