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

  /src/sys/dev/wscons/
wsdisplay_glyphcache.c 81 gc->gc_buckets = NULL;
84 gc->gc_buckets = kmem_alloc(sizeof(*gc->gc_buckets) * NBUCKETS,
105 gc->gc_buckets = NULL;
108 gc->gc_buckets = kmem_alloc(sizeof(*gc->gc_buckets) * NBUCKETS,
124 ((gc->gc_buckets != NULL) &&
125 (gc->gc_buckets[0].gb_index == attr2idx(attr)))) {
161 b = &gc->gc_buckets[i];
178 gc->gc_buckets[0].gb_index = idx
    [all...]
wsdisplay_glyphcachevar.h 60 gc_bucket *gc_buckets; /* we allocate as many as we can get into vram */ member in struct:_glyphcache

Completed in 12 milliseconds