OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 32 milliseconds
Indexes created Fri Oct 31 04:09:52 GMT 2025