Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/vm/
H A Dvm_stress_slow.sh107 TEST_EXEC_DIR=$(find "$SCRIPT_DIR/../" -iname "vm_stress" -maxdepth 5 -print -quit)
/xnu-12377.41.6/osfmk/vm/
H A Dvm_resident.c330 int maxdepth = 0; in hash_debug() local
336 if (vm_page_buckets[i].hi_count > maxdepth) { in hash_debug()
337 maxdepth = vm_page_buckets[i].hi_count; in hash_debug()
351 printf("Maximum bucket depth: %d\n", maxdepth); in hash_debug()