Home
last modified time | relevance | path

Searched refs:try_completion (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/kunit/
H A Dtry-catch.c20 complete_and_exit(try_catch->try_completion, -EFAULT); in kunit_try_catch_throw()
30 complete_and_exit(try_catch->try_completion, 0); in kunit_generic_run_threadfn_adapter()
60 DECLARE_COMPLETION_ONSTACK(try_completion); in kunit_try_catch_run()
66 try_catch->try_completion = &try_completion; in kunit_try_catch_run()
76 time_remaining = wait_for_completion_timeout(&try_completion, in kunit_try_catch_run()
/kernel/linux/linux-6.6/lib/kunit/
H A Dtry-catch.c20 kthread_complete_and_exit(try_catch->try_completion, -EFAULT); in kunit_try_catch_throw()
30 kthread_complete_and_exit(try_catch->try_completion, 0); in kunit_generic_run_threadfn_adapter()
60 DECLARE_COMPLETION_ONSTACK(try_completion); in kunit_try_catch_run()
66 try_catch->try_completion = &try_completion; in kunit_try_catch_run()
76 time_remaining = wait_for_completion_timeout(&try_completion, in kunit_try_catch_run()
/kernel/linux/linux-5.10/include/kunit/
H A Dtry-catch.h23 * @try_completion: Completion that the control thread waits on while test runs.
49 struct completion *try_completion; member
/kernel/linux/linux-6.6/include/kunit/
H A Dtry-catch.h23 * @try_completion: Completion that the control thread waits on while test runs.
49 struct completion *try_completion; member

Completed in 2 milliseconds