Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/vm/
H A Dperf_madvise.c32 } test_result_t; typedef
36 static test_result_t madvise_free_test(const test_args_t* args);
48 static void output_throughput(test_result_t tr);
61 test_result_t tr; in main()
72 static test_result_t
82 test_result_t tr; in madvise_free_test()
214 output_throughput(test_result_t tr) in output_throughput()