Searched refs:vm_page_bucket_count (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c136 unsigned int vm_page_bucket_count = 0; /* How big is array? */ variable
156 for (i = 0; i < vm_page_bucket_count; i++) {
164 printf("Total number of buckets: %d\n", vm_page_bucket_count);
166 numbuckets, 100*numbuckets/vm_page_bucket_count);
168 vm_page_bucket_count - numbuckets,
169 100*(vm_page_bucket_count-numbuckets)/vm_page_bucket_count);
172 highsum/vm_page_bucket_count,
173 highsum%vm_page_bucket_count);
498 if (vm_page_bucket_count
[all...]

Completed in 17 milliseconds