Home
last modified time | relevance | path

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

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