Home
last modified time | relevance | path

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

/linux-6.1.9/lib/kunit/
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()
/linux-6.1.9/include/kunit/
Dtry-catch.h49 struct completion *try_completion; member