Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/kunit/
H A 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()
83 exit_code = try_catch->try_result; in kunit_try_catch_run()
89 try_catch->try_result = 0; in kunit_try_catch_run()
/kernel/linux/linux-6.6/lib/kunit/
H A 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()
/kernel/linux/linux-5.10/include/kunit/
H A Dtry-catch.h24 * @try_result: Contains any errno obtained while running test case.
50 int try_result; member
62 return try_catch->try_result; in kunit_try_catch_get_result()
/kernel/linux/linux-6.6/include/kunit/
H A Dtry-catch.h24 * @try_result: Contains any errno obtained while running test case.
50 int try_result; member
62 return try_catch->try_result; in kunit_try_catch_get_result()

Completed in 1 milliseconds