Home
last modified time | relevance | path

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

/linux-6.15/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.c301 kunit_try_catch_throw(&test->try_catch); /* Does not return. */ in __kunit_abort()
H A Dkunit-test.c58 kunit_try_catch_throw(try_catch); in kunit_test_unsuccessful_try()
/linux-6.15/include/kunit/
H A Dtry-catch.h55 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch);
H A Dtest.h588 kunit_try_catch_throw(&((test)->try_catch)); \
/linux-6.15/tools/objtool/
H A Dnoreturns.h34 NORETURN(kunit_try_catch_throw)
/linux-6.15/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-6.15/kernel/bpf/
H A Dverifier.c23409 BTF_ID(func, kunit_try_catch_throw) in BTF_SET_START()