Searched defs:test_runs (Results 1 – 4 of 4) sorted by relevance
10 int mmap_test(int test_runs, unsigned long long alloc_size) { in mmap_test()
12 int pageinout_test(int test_runs, bool cache, unsigned long long file_size) { in pageinout_test()
14 int thrashing_test(int test_runs, bool cache) { in thrashing_test()
143 int test_runs = 0; in main() local