Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c1322 msg->test_done.num, in str_msg()
1323 msg->test_done.have_log); in str_msg()
1548 if (test_to_run != msg.test_done.num) in dispatch_thread()
1553 state->error_cnt = msg.test_done.error_cnt; in dispatch_thread()
1554 state->skip_cnt = msg.test_done.skip_cnt; in dispatch_thread()
1555 state->sub_succ_cnt = msg.test_done.sub_succ_cnt; in dispatch_thread()
1556 state->subtest_num = msg.test_done.subtest_num; in dispatch_thread()
1559 if (msg.test_done.have_log) { in dispatch_thread()
1869 msg.test_done.num = test_to_run; in worker_main()
1870 msg.test_done in worker_main()
[all...]
H A Dtest_progs.h165 } test_done;
164 } test_done; global() member
/linux/drivers/dma/
H A 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/crypto/
H A Dtestmgr.c5704 goto test_done; in alg_test()
5728 test_done: in alg_test()
5764 goto test_done; in alg_test()