Lines Matching refs:test_flags
175 int test_flags = ~0;
181 test_flags = atoi(argv[1]) ? : test_flags;
185 if (test_flags & 0x3) {
187 run_perf_test(num_cpu, test_flags);
190 if (test_flags & 0xC) {
197 run_perf_test(num_cpu, test_flags >> 2);
202 if (test_flags & 0x30) {
208 run_perf_test(num_cpu, test_flags >> 4);
213 if (test_flags & 0xC0) {
219 run_perf_test(num_cpu, test_flags >> 6);