Lines Matching refs:test_flags
131 int test_flags = ~0;
136 test_flags = atoi(argv[1]) ? : test_flags;
140 if (test_flags & 0x3) {
142 run_perf_test(num_cpu, test_flags);
145 if (test_flags & 0xC) {
153 run_perf_test(num_cpu, test_flags >> 2);
157 if (test_flags & 0x30) {
165 run_perf_test(num_cpu, test_flags >> 4);
169 if (test_flags & 0xC0) {
177 run_perf_test(num_cpu, test_flags >> 6);