uvm_page.c | 332 psize_t freepages, pagecount, bucketsize, n; local in function:uvm_page_init 406 bucketsize = offsetof(struct pgflbucket, pgb_colors[uvmexp.ncolors]); 407 bucketsize = roundup2(bucketsize, coherency_unit); 409 bucketsize * VM_NFREELIST + 412 (bucketarray + bucketsize * VM_NFREELIST); 415 pgb = (struct pgflbucket *)(bucketarray + bucketsize * fl); 738 size_t bucketsize, bucketmemsize, oldbucketmemsize; local in function:uvm_page_redim 754 bucketsize = offsetof(struct pgflbucket, pgb_colors[newncolors]); 755 bucketsize = roundup2(bucketsize, coherency_unit) [all...] |