Searched refs:test_flags (Results 1 – 2 of 2) sorted by relevance
134 int test_flags = ~0; in main() local139 test_flags = atoi(argv[1]) ? : test_flags; in main()143 if (test_flags & 0x3) { in main()145 run_perf_test(num_cpu, test_flags); in main()148 if (test_flags & 0xC) { in main()156 run_perf_test(num_cpu, test_flags >> 2); in main()160 if (test_flags & 0x30) { in main()168 run_perf_test(num_cpu, test_flags >> 4); in main()172 if (test_flags & 0xC0) { in main()180 run_perf_test(num_cpu, test_flags >> 6); in main()
67 static int test_flags = ~0; variable78 return test_flags & TEST_BIT(t); in check_test_flags()443 test_flags = atoi(argv[1]) ? : test_flags; in main()