Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_progs.c1216 int test_to_run = -1; in dispatch_thread() local
1230 test_to_run = current_test_idx; in dispatch_thread()
1245 msg_do_test.do_test.num = test_to_run; in dispatch_thread()
1259 if (test_to_run != msg.test_done.num) in dispatch_thread()
1262 state = &test_states[test_to_run]; in dispatch_thread()
1538 int test_to_run = msg.do_test.num; in worker_main() local
1540 struct test_state *state = &test_states[test_to_run]; in worker_main()
1546 test_to_run + 1, in worker_main()
1549 run_one_test(test_to_run); in worker_main()
1553 msg.test_done.num = test_to_run; in worker_main()
[all …]

Completed in 6 milliseconds