Home
last modified time | relevance | path

Searched defs:test_state (Results 1 – 5 of 5) sorted by relevance

/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c48 struct test_state { struct
59 int test_init(struct test_state *state) in test_init() argument
/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c48 struct test_state { struct
59 int test_init(struct test_state *state) in test_init() argument
/tools/testing/selftests/bpf/
Dtest_progs.h82 struct test_state { struct
90 struct subtest_state *subtest_states; argument
91 int subtest_num;
115 struct test_state *test_state; /* current running test state */ member
Dtest_progs.c263 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() local
1791 struct test_state *test_state = &test_states[i]; in free_test_states() local
/tools/testing/selftests/x86/
Dnx_stack.c97 static volatile int test_state = 0; variable