Home
last modified time | relevance | path

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

/linux/lib/kunit/
H 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);
H A Dtest.c308 kunit_try_catch_throw(&test->try_catch); /* Does not return. */ in __kunit_abort()
313 * XXX: we should never reach this line! As kunit_try_catch_throw is in __kunit_abort()
/linux/include/kunit/
H A Dtry-catch.h29 * calling kunit_try_catch_throw(). If kunit_try_catch_throw() is called, @try
38 * kunit_try_catch_throw()) when the specified condition is not met. This is
56 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch);
H A Dtest.h600 kunit_try_catch_throw(&((test)->try_catch)); \
/linux/tools/objtool/
H A Dnoreturns.h34 NORETURN(kunit_try_catch_throw)
/linux/Documentation/dev-tools/kunit/
H A Darchitecture.rst125 ``void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch)``.
127 - ``kunit_try_catch_throw`` calls the function:
/linux/kernel/bpf/
H A Dverifier.c23885 BTF_ID(func, kunit_try_catch_throw) in BTF_SET_START()