Searched refs:pageinout_test (Results 1 – 4 of 4) sorted by relevance
8 pageinout_test.c \
17 int pageinout_test(int test_runs, bool cache, unsigned long long file_size);
170 rc = pageinout_test(test_runs, true, file_size); in main()174 rc = pageinout_test(test_runs, false, file_size); in main()
12 int pageinout_test(int test_runs, bool cache, unsigned long long file_size) { in pageinout_test() function