Home
last modified time | relevance | path

Searched refs:kunit_try_catch_throw (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/lib/kunit/
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);
Dkunit-test.c53 kunit_try_catch_throw(try_catch); in kunit_test_unsuccessful_try()
Dtest.c330 kunit_try_catch_throw(&test->try_catch); /* Does not return. */ in __kunit_abort()
/Linux-v6.6/include/kunit/
Dtry-catch.h58 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch);
Dtest.h511 kunit_try_catch_throw(&((test_or_suite)->try_catch)); \
/Linux-v6.6/tools/objtool/
Dnoreturns.h28 NORETURN(kunit_try_catch_throw)
/Linux-v6.6/Documentation/dev-tools/kunit/
Darchitecture.rst125 ``void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch)``.
127 - ``kunit_try_catch_throw`` calls the function: