Home
last modified time | relevance | path

Searched refs:kunit_try_catch_throw (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/lib/kunit/
H A Dtry-catch.c17 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch) in kunit_try_catch_throw() function
22 EXPORT_SYMBOL_GPL(kunit_try_catch_throw); variable
H A Dkunit-test.c52 kunit_try_catch_throw(try_catch); in kunit_test_unsuccessful_try()
H A Dtest.c177 kunit_try_catch_throw(&test->try_catch); /* Does not return. */ in kunit_abort()
182 * XXX: we should never reach this line! As kunit_try_catch_throw is in kunit_abort()
/kernel/linux/linux-6.6/lib/kunit/
H A Dtry-catch.c17 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch) in kunit_try_catch_throw() function
22 EXPORT_SYMBOL_GPL(kunit_try_catch_throw); variable
H A Dkunit-test.c53 kunit_try_catch_throw(try_catch); in kunit_test_unsuccessful_try()
H A Dtest.c331 kunit_try_catch_throw(&test->try_catch); /* Does not return. */ in __kunit_abort()
336 * XXX: we should never reach this line! As kunit_try_catch_throw is in __kunit_abort()
/kernel/linux/linux-5.10/include/kunit/
H A Dtry-catch.h31 * calling kunit_try_catch_throw(). If kunit_try_catch_throw() is called, @try
40 * kunit_try_catch_throw()) when the specified condition is not met. This is
58 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch);
/kernel/linux/linux-6.6/include/kunit/
H A Dtry-catch.h31 * calling kunit_try_catch_throw(). If kunit_try_catch_throw() is called, @try
40 * kunit_try_catch_throw()) when the specified condition is not met. This is
58 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch);
H A Dtest.h511 kunit_try_catch_throw(&((test_or_suite)->try_catch)); \

Completed in 10 milliseconds