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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_resident.c155 int hi_count; /* high water mark */ member in struct:__anon1292
186 if (vm_page_buckets[i].hi_count) {
188 highsum += vm_page_buckets[i].hi_count;
189 if (vm_page_buckets[i].hi_count > maxdepth)
190 maxdepth = vm_page_buckets[i].hi_count;
666 bucket->hi_count = 0;
1074 if (++bucket->cur_count > bucket->hi_count)
1075 bucket->hi_count = bucket->cur_count;

Completed in 35 milliseconds