Searched refs:hi_count (Results 1 – 1 of 1) sorted by relevance
274 int hi_count; /* high water mark */ member329 if (vm_page_buckets[i].hi_count) { in hash_debug()331 highsum += vm_page_buckets[i].hi_count; in hash_debug()332 if (vm_page_buckets[i].hi_count > maxdepth) { in hash_debug()333 maxdepth = vm_page_buckets[i].hi_count; in hash_debug()1691 bucket->hi_count = 0; in vm_page_bootstrap()2655 if (++bucket->cur_count > bucket->hi_count) { in vm_page_insert_internal()2656 bucket->hi_count = bucket->cur_count; in vm_page_insert_internal()