Home
last modified time | relevance | path

Searched refs:suite_exit (Results 1 – 9 of 9) sorted by relevance

/linux/lib/kunit/
H A Dkunit-example-test.c330 .suite_exit = example_test_exit_suite,
H A Dtest.c685 if (suite->suite_exit) in kunit_run_tests()
686 suite->suite_exit(suite); in kunit_run_tests()
/linux/sound/pci/hda/
H A Dcirrus_scodec_test.c360 .suite_exit = cirrus_scodec_test_suite_exit,
/linux/mm/kmsan/
H A Dkmsan_test.c729 .suite_exit = kmsan_suite_exit,
/linux/mm/kfence/
H A Dkfence_test.c865 .suite_exit = kfence_suite_exit,
/linux/include/kunit/
H A Dtest.h246 void (*suite_exit)(struct kunit_suite *suite); member
/linux/Documentation/dev-tools/kunit/
H A Dusage.rst190 .suite_exit = example_suite_exit,
204 The ``exit`` and ``suite_exit`` functions will run even if ``init`` or
/linux/kernel/kcsan/
H A Dkcsan_test.c1618 .suite_exit = kcsan_suite_exit,
/linux/mm/kasan/
H A Dkasan_test_c.c2128 .suite_exit = kasan_suite_exit,