Home
last modified time | relevance | path

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

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