Home | History | Annotate | Download | only in uvm

Lines Matching refs:ncolors

316 	for (i = 0; i < uvmexp.ncolors; i++) {
387 if (uvmexp.ncolors == 0)
388 uvmexp.ncolors = 1;
389 uvmexp.colormask = uvmexp.ncolors - 1;
390 KASSERT((uvmexp.colormask & uvmexp.ncolors) == 0);
406 bucketsize = offsetof(struct pgflbucket, pgb_colors[uvmexp.ncolors]);
745 if (newncolors <= uvmexp.ncolors &&
750 uvmexp.ncolors = newncolors;
761 ocolors = uvmexp.ncolors;
769 if (newncolors <= uvmexp.ncolors &&
777 uvmexp.ncolors = newncolors;
778 uvmexp.colormask = uvmexp.ncolors - 1;
815 / uvmexp.ncolors / 8
895 uvm_page_redim(uvmexp.ncolors, max_numa + 1);
914 uvm_page_redim(uvmexp.ncolors, npackage);
2242 VM_NFREELIST, uvm.bucketcount, uvmexp.ncolors);
2252 for (c = 0; c < uvmexp.ncolors; c++) {