Searched refs:maxdepth (Results 1 – 1 of 1) sorted by relevance
326 int maxdepth = 0; in hash_debug() local332 if (vm_page_buckets[i].hi_count > maxdepth) { in hash_debug()333 maxdepth = vm_page_buckets[i].hi_count; in hash_debug()347 printf("Maximum bucket depth: %d\n", maxdepth); in hash_debug()