Searched refs:hi_count (Results 1 – 1 of 1) sorted by relevance
276 int hi_count; /* high water mark */ member331 if (vm_page_buckets[i].hi_count) { in hash_debug()333 highsum += vm_page_buckets[i].hi_count; in hash_debug()334 if (vm_page_buckets[i].hi_count > maxdepth) { in hash_debug()335 maxdepth = vm_page_buckets[i].hi_count; in hash_debug()2079 bucket->hi_count = 0; in vm_page_bootstrap()3053 if (++bucket->cur_count > bucket->hi_count) { in vm_page_insert_internal()3054 bucket->hi_count = bucket->cur_count; in vm_page_insert_internal()