Searched refs:hi_count (Results 1 – 1 of 1) sorted by relevance
279 int hi_count; /* high water mark */ member334 if (vm_page_buckets[i].hi_count) { in hash_debug()336 highsum += vm_page_buckets[i].hi_count; in hash_debug()337 if (vm_page_buckets[i].hi_count > maxdepth) { in hash_debug()338 maxdepth = vm_page_buckets[i].hi_count; in hash_debug()2312 bucket->hi_count = 0; in vm_page_bootstrap()3340 if (++bucket->cur_count > bucket->hi_count) { in vm_page_insert_internal()3341 bucket->hi_count = bucket->cur_count; in vm_page_insert_internal()