Home
last modified time | relevance | path

Searched refs:maxdepth (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.61.2/osfmk/vm/
H A Dvm_resident.c261 int maxdepth = 0; in hash_debug() local
267 if (vm_page_buckets[i].hi_count > maxdepth) { in hash_debug()
268 maxdepth = vm_page_buckets[i].hi_count; in hash_debug()
282 printf("Maximum bucket depth: %d\n", maxdepth); in hash_debug()