Searched refs:catch (Results 1 - 8 of 8) sorted by relevance

/linux-master/lib/kunit/
H A Dtry-catch-impl.h3 * Internal kunit try catch implementation to be shared with tests.
12 #include <kunit/try-catch.h>
20 kunit_try_catch_func_t catch)
24 try_catch->catch = catch;
17 kunit_try_catch_init(struct kunit_try_catch *try_catch, struct kunit *test, kunit_try_catch_func_t try, kunit_try_catch_func_t catch) argument
H A Dtry-catch.c15 #include "try-catch-impl.h"
72 try_catch->catch(try_catch->context);
96 try_catch->catch(try_catch->context);
H A DMakefile8 try-catch.o \
/linux-master/include/kunit/
H A Dtry-catch.h26 * @catch: The function called if @try bails out.
27 * @context: used to pass user data to the try and catch functions.
32 * is stopped at the site of invocation and @catch is called.
52 kunit_try_catch_func_t catch;
H A Dtest.h13 #include <kunit/try-catch.h>
/linux-master/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh84 catch() function
120 trap 'catch "$?" "${LOG_FILE}"' EXIT
H A Dvmtest.sh318 catch() function
378 trap 'catch "$?"' EXIT
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6532 # This catch is added here for the '060 QSP. Originally, the call to
9309 bra t_catch2 # catch any exceptions

Completed in 167 milliseconds