Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dtest_progs.c1373 int test_to_run = -1; in dispatch_thread() local
1387 test_to_run = current_test_idx; in dispatch_thread()
1402 msg_do_test.do_test.num = test_to_run; in dispatch_thread()
1416 if (test_to_run != msg.test_done.num) in dispatch_thread()
1419 state = &test_states[test_to_run]; in dispatch_thread()
1721 int test_to_run = msg.do_test.num; in worker_main() local
1723 struct test_state *state = &test_states[test_to_run]; in worker_main()
1729 test_to_run + 1, in worker_main()
1732 run_one_test(test_to_run); in worker_main()
1736 msg.test_done.num = test_to_run; in worker_main()
[all …]
A Dxskxceiver.c536 const struct test_spec *test_to_run) in test_spec_init() argument
558 strncpy(test->name, test_to_run->name, MAX_TEST_NAME_SIZE); in test_spec_init()
559 test->test_func = test_to_run->test_func; in test_spec_init()

Completed in 16 milliseconds