Searched refs:newncolors (Results 1 – 1 of 1) sorted by relevance
732 uvm_page_redim(int newncolors, int newnbuckets) in uvm_page_redim() argument742 KASSERT(((newncolors - 1) & newncolors) == 0); in uvm_page_redim()745 if (newncolors <= uvmexp.ncolors && in uvm_page_redim()750 uvmexp.ncolors = newncolors; in uvm_page_redim()754 bucketsize = offsetof(struct pgflbucket, pgb_colors[newncolors]); in uvm_page_redim()769 if (newncolors <= uvmexp.ncolors && in uvm_page_redim()777 uvmexp.ncolors = newncolors; in uvm_page_redim()857 uvm_page_recolor(int newncolors) in uvm_page_recolor() argument860 uvm_page_redim(newncolors, uvm.bucketcount); in uvm_page_recolor()