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)
330 int maxdepth = 0; in hash_debug() local336 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()