Lines Matching defs:color
69 * MAXPGS - maximum pages per color, per bucket.
70 * FILLPGS - number of pages to allocate at once, per color, per bucket.
83 * (2) With the chosen values on _LP64, the data structure for each color
98 } color[1];
105 * uvm_pgflcache_fill: fill specified freelist/color from global list
131 pcc = &pc->color[c];
159 * uvm_pgflcache_spill: spill specified freelist/color to global list
177 pcc = &pc->color[c];
200 * => allocate only from the given freelist and given page color
216 pcc = &pc->color[c];
253 pcc = &pc->color[c];
280 sz = offsetof(struct pgflcache, color[uvmexp.ncolors]);
296 int fl, color, s;
301 for (color = 0; color < uvmexp.ncolors; color++) {
302 uvm_pgflcache_spill(ucpu, fl, color);
360 sz = offsetof(struct pgflcache, color[uvmexp.ncolors]);