Searched refs:try_completion (Results 1 – 2 of 2) sorted by relevance
20 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()
49 struct completion *try_completion; member