Home
last modified time | relevance | path

Searched refs:test_to_run (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/bpf/
A Dtest_progs.c1503 int test_to_run = -1; in dispatch_thread() local
1517 test_to_run = current_test_idx; in dispatch_thread()
1532 msg_do_test.do_test.num = test_to_run; in dispatch_thread()
1546 if (test_to_run != msg.test_done.num) in dispatch_thread()
1549 state = &test_states[test_to_run]; in dispatch_thread()
1852 int test_to_run = msg.do_test.num; in worker_main() local
1854 struct test_state *state = &test_states[test_to_run]; in worker_main()
1860 test_to_run + 1, in worker_main()
1863 run_one_test(test_to_run); in worker_main()
1867 msg.test_done.num = test_to_run; in worker_main()
[all …]
A Dxskxceiver.c540 const struct test_spec *test_to_run) in test_spec_init() argument
562 strncpy(test->name, test_to_run->name, MAX_TEST_NAME_SIZE); in test_spec_init()
563 test->test_func = test_to_run->test_func; in test_spec_init()

Completed in 13 milliseconds