Searched refs:hi_count (Results 1 – 1 of 1) sorted by relevance
209 int hi_count; /* high water mark */ member264 if (vm_page_buckets[i].hi_count) { in hash_debug()266 highsum += vm_page_buckets[i].hi_count; in hash_debug()267 if (vm_page_buckets[i].hi_count > maxdepth) { in hash_debug()268 maxdepth = vm_page_buckets[i].hi_count; in hash_debug()1170 bucket->hi_count = 0; in vm_page_bootstrap()1853 if (++bucket->cur_count > bucket->hi_count) { in vm_page_insert_internal()1854 bucket->hi_count = bucket->cur_count; in vm_page_insert_internal()