Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_progs.c1205 msg->test_done.num, in str_msg()
1206 msg->test_done.have_log); in str_msg()
1416 if (test_to_run != msg.test_done.num) in dispatch_thread()
1421 state->error_cnt = msg.test_done.error_cnt; in dispatch_thread()
1422 state->skip_cnt = msg.test_done.skip_cnt; in dispatch_thread()
1423 state->sub_succ_cnt = msg.test_done.sub_succ_cnt; in dispatch_thread()
1424 state->subtest_num = msg.test_done.subtest_num; in dispatch_thread()
1427 if (msg.test_done.have_log) { in dispatch_thread()
1736 msg.test_done.num = test_to_run; in worker_main()
1737 msg.test_done.error_cnt = state->error_cnt; in worker_main()
[all …]
Dtest_progs.h158 } test_done; member
/linux-6.12.1/drivers/dma/
Ddmatest.c238 struct dmatest_done test_done; member
438 container_of(done, struct dmatest_thread, test_done); in dmatest_callback()
577 struct dmatest_done *done = &thread->test_done; in dmatest_func()
999 thread->test_done.wait = &thread->done_wait; in dmatest_add_threads()
/linux-6.12.1/crypto/
Dtestmgr.c5894 goto test_done; in alg_test()
5918 test_done: in alg_test()
5955 goto test_done; in alg_test()