Searched refs:kunit_try_catch_run (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/lib/kunit/ |
H A D | try-catch.c | 58 void kunit_try_catch_run(struct kunit_try_catch *try_catch, void *context) in kunit_try_catch_run() function 97 EXPORT_SYMBOL_GPL(kunit_try_catch_run); variable
|
H A D | kunit-test.c | 41 kunit_try_catch_run(try_catch, test); in kunit_test_try_catch_successful_try_no_catch() 73 kunit_try_catch_run(try_catch, test); in kunit_test_try_catch_unsuccessful_try_does_catch()
|
H A D | test.c | 344 kunit_try_catch_run(try_catch, &context); in kunit_run_case_catch_errors()
|
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | try-catch.c | 58 void kunit_try_catch_run(struct kunit_try_catch *try_catch, void *context) in kunit_try_catch_run() function 98 EXPORT_SYMBOL_GPL(kunit_try_catch_run); variable
|
H A D | kunit-test.c | 42 kunit_try_catch_run(try_catch, test); in kunit_test_try_catch_successful_try_no_catch() 74 kunit_try_catch_run(try_catch, test); in kunit_test_try_catch_unsuccessful_try_does_catch()
|
H A D | test.c | 564 kunit_try_catch_run(try_catch, &context); in kunit_run_case_catch_errors() 571 kunit_try_catch_run(try_catch, &context); in kunit_run_case_catch_errors()
|
/kernel/linux/linux-5.10/include/kunit/ |
H A D | try-catch.h | 56 void kunit_try_catch_run(struct kunit_try_catch *try_catch, void *context);
|
/kernel/linux/linux-6.6/include/kunit/ |
H A D | try-catch.h | 56 void kunit_try_catch_run(struct kunit_try_catch *try_catch, void *context);
|
Completed in 5 milliseconds