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

/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h844 static struct __fixture_metadata *__fixture_list = &_fixture_global; variable in typeref:struct:__fixture_metadata
852 __LIST_APPEND(__fixture_list, f);
1041 for (f = __fixture_list; f; f = f->next) {
1045 if (f == __fixture_list)
1231 for (f = __fixture_list; f; f = f->next) {
1251 for (f = __fixture_list; f; f = f->next) {

Completed in 118 milliseconds