Home
last modified time | relevance | path

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

/linux-6.1.9/lib/kunit/
Dtry-catch.c19 try_catch->try_result = -EFAULT; in kunit_try_catch_throw()
67 try_catch->try_result = 0; in kunit_try_catch_run()
80 try_catch->try_result = -ETIMEDOUT; in kunit_try_catch_run()
84 exit_code = try_catch->try_result; in kunit_try_catch_run()
90 try_catch->try_result = 0; in kunit_try_catch_run()
/linux-6.1.9/include/kunit/
Dtry-catch.h50 int try_result; member
62 return try_catch->try_result; in kunit_try_catch_get_result()