Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/
A Dkselftest_harness.h803 static struct __fixture_metadata *__fixture_list = &_fixture_global; variable
811 __LIST_APPEND(__fixture_list, f); in __register_fixture()
995 for (f = __fixture_list; f; f = f->next) { in test_harness_list_tests()
999 if (f == __fixture_list) in test_harness_list_tests()
1173 for (f = __fixture_list; f; f = f->next) { in test_harness_run()
1193 for (f = __fixture_list; f; f = f->next) { in test_harness_run()

Completed in 5 milliseconds