Home
last modified time | relevance | path

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

/linux/lib/kunit/
A Dtry-catch.c18 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch) in kunit_try_catch_throw() function
23 EXPORT_SYMBOL_GPL(kunit_try_catch_throw);
A Dkunit-test.c58 kunit_try_catch_throw(try_catch); in kunit_test_unsuccessful_try()
A Dtest.c301 kunit_try_catch_throw(&test->try_catch); /* Does not return. */ in __kunit_abort()
/linux/include/kunit/
A Dtry-catch.h55 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch);
A Dtest.h586 kunit_try_catch_throw(&((test_or_suite)->try_catch)); \
/linux/tools/objtool/
A Dnoreturns.h33 NORETURN(kunit_try_catch_throw)
/linux/Documentation/dev-tools/kunit/
A Darchitecture.rst125 ``void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch)``.
127 - ``kunit_try_catch_throw`` calls the function:

Completed in 14 milliseconds