Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dtry-catch.c20 try_catch->try_result = -EFAULT; in kunit_try_catch_throw()
68 try_catch->try_result = 0; in kunit_try_catch_run()
81 try_catch->try_result = -ETIMEDOUT; in kunit_try_catch_run()
86 exit_code = try_catch->try_result; in kunit_try_catch_run()
92 try_catch->try_result = 0; in kunit_try_catch_run()
/openbmc/linux/include/kunit/
H A Dtry-catch.h50 int try_result; member
62 return try_catch->try_result; in kunit_try_catch_get_result()