Searched refs:test_flags (Results 1 – 3 of 3) sorted by relevance
165 static void post_get_env_flags(int *test_flags) in post_get_env_flags() argument183 test_flags[j] &= ~flag[i]; in post_get_env_flags()202 test_flags[j] |= flag[i]; in post_get_env_flags()216 static void post_get_flags(int *test_flags) in post_get_flags() argument221 test_flags[j] = post_list[j].flags; in post_get_flags()224 post_get_env_flags(test_flags); in post_get_flags()228 if (test_flags[j] & POST_POWERON) in post_get_flags()229 test_flags[j] |= POST_SLOWTEST; in post_get_flags()237 int test_flags, int flags, unsigned int i) in post_run_single() argument239 if ((flags & test_flags & POST_ALWAYS) && in post_run_single()[all …]
131 int test_flags = ~0; in main() local136 test_flags = atoi(argv[1]) ? : test_flags; in main()140 if (test_flags & 0x3) { in main()142 run_perf_test(num_cpu, test_flags); in main()145 if (test_flags & 0xC) { in main()153 run_perf_test(num_cpu, test_flags >> 2); in main()157 if (test_flags & 0x30) { in main()165 run_perf_test(num_cpu, test_flags >> 4); in main()169 if (test_flags & 0xC0) { in main()177 run_perf_test(num_cpu, test_flags >> 6); in main()
72 static int test_flags = ~0; variable80 return test_flags & TEST_BIT(t); in check_test_flags()439 test_flags = atoi(argv[1]) ? : test_flags; in main()