Searched refs:suite_exit (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/lib/math/tests/ |
| H A D | prime_numbers_kunit.c | 51 .suite_exit = kunit_suite_exit,
|
| /linux-6.15/lib/kunit/ |
| H A D | kunit-example-test.c | 330 .suite_exit = example_test_exit_suite,
|
| H A D | test.c | 685 if (suite->suite_exit) in kunit_run_tests() 686 suite->suite_exit(suite); in kunit_run_tests()
|
| /linux-6.15/rust/kernel/ |
| H A D | kunit.rs | 268 suite_exit: None,
|
| /linux-6.15/sound/pci/hda/ |
| H A D | cirrus_scodec_test.c | 360 .suite_exit = cirrus_scodec_test_suite_exit,
|
| /linux-6.15/lib/tests/ |
| H A D | crc_kunit.c | 490 .suite_exit = crc_suite_exit,
|
| H A D | printf_kunit.c | 795 .suite_exit = printf_suite_exit,
|
| H A D | scanf_kunit.c | 807 .suite_exit = scanf_suite_exit,
|
| /linux-6.15/drivers/pinctrl/qcom/ |
| H A D | tlmm-test.c | 656 .suite_exit = tlmm_test_exit_suite,
|
| /linux-6.15/mm/kmsan/ |
| H A D | kmsan_test.c | 729 .suite_exit = kmsan_suite_exit,
|
| /linux-6.15/mm/kfence/ |
| H A D | kfence_test.c | 866 .suite_exit = kfence_suite_exit,
|
| /linux-6.15/include/kunit/ |
| H A D | test.h | 246 void (*suite_exit)(struct kunit_suite *suite); member
|
| /linux-6.15/Documentation/dev-tools/kunit/ |
| H A D | usage.rst | 190 .suite_exit = example_suite_exit, 204 The ``exit`` and ``suite_exit`` functions will run even if ``init`` or
|
| /linux-6.15/kernel/kcsan/ |
| H A D | kcsan_test.c | 1618 .suite_exit = kcsan_suite_exit,
|
| /linux-6.15/mm/kasan/ |
| H A D | kasan_test_c.c | 2145 .suite_exit = kasan_suite_exit,
|