Searched defs:test_state (Results 1 – 5 of 5) sorted by relevance
48 struct test_state { struct59 int test_init(struct test_state *state) in test_init() argument
82 struct test_state { struct90 struct subtest_state *subtest_states; argument91 int subtest_num;115 struct test_state *test_state; /* current running test state */ member
263 static void print_test_result(const struct prog_test_def *test, const struct test_state *test_state) in print_test_result()320 const struct test_state *test_state, in dump_test_log()443 struct test_state *test_state = env.test_state; in test__end_subtest() local1791 struct test_state *test_state = &test_states[i]; in free_test_states() local
97 static volatile int test_state = 0; variable