Searched refs:thrashing_test (Results 1 – 4 of 4) sorted by relevance
9 thrashing_test.c
18 int thrashing_test(int test_runs, bool cache);
178 rc = thrashing_test(test_runs, true); in main()182 rc = thrashing_test(test_runs, false); in main()
14 int thrashing_test(int test_runs, bool cache) { in thrashing_test() function