Home
last modified time | relevance | path

Searched defs:kunit_try_catch (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/kunit/
H A Dtry-catch.h46 struct kunit_try_catch { struct
51 kunit_try_catch_func_t try; argument
52 kunit_try_catch_func_t catch; argument
56 void kunit_try_catch_run(struct kunit_try_catch *try_catch, void *context); argument