Searched refs:kunit_try_catch_throw (Results 1 – 7 of 7) sorted by relevance
18 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch) in kunit_try_catch_throw() function23 EXPORT_SYMBOL_GPL(kunit_try_catch_throw);
60 kunit_try_catch_throw(try_catch); in kunit_test_unsuccessful_try()
308 kunit_try_catch_throw(&test->try_catch); /* Does not return. */ in __kunit_abort()
56 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch);
34 NORETURN(kunit_try_catch_throw)
125 ``void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch)``.127 - ``kunit_try_catch_throw`` calls the function:
24496 BTF_ID(func, kunit_try_catch_throw) in BTF_SET_START()