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