Searched refs:maxdepth (Results 1 – 2 of 2) sorted by relevance
107 TEST_EXEC_DIR=$(find "$SCRIPT_DIR/../" -iname "vm_stress" -maxdepth 5 -print -quit)
325 int maxdepth = 0; in hash_debug() local331 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()