Home
last modified time | relevance | path

Searched refs:worst_result (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/tests/vm/
H A Dconfigurator_vm_protect.c171 return worst_result(results, countof(results)); in vm_protect_max_000()
191 return worst_result(results, countof(results)); in vm_protect_max_r00()
211 return worst_result(results, countof(results)); in vm_protect_max_0w0()
232 return worst_result(results, countof(results)); in vm_protect_max_rw0()
H A Dconfigurator_vm_behavior_set.c156 return worst_result(test_results, countof(test_results)); in vm_behavior_common_no_cow()
/xnu-12377.61.12/tests/vm/configurator/
H A Dvm_configurator.h125 worst_result(test_result_t *list, unsigned count) in worst_result() function