Searched refs:kunit_boot_suites (Results 1 – 1 of 1) sorted by relevance
18 static struct kunit_suite_set kunit_boot_suites; variable22 if (kunit_boot_suites.start) { in kunit_free_boot_suites()23 kunit_free_suite_set(kunit_boot_suites); in kunit_free_boot_suites()24 kunit_boot_suites = (struct kunit_suite_set){ NULL, NULL }; in kunit_free_boot_suites()428 kunit_boot_suites = suite_set; in kunit_run_all_tests()