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

/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h1217 struct __fixture_variant_metadata no_variant = { .name = "", }; local
1232 for (v = f->variant ?: &no_variant; v; v = v->next) {
1252 for (v = f->variant ?: &no_variant; v; v = v->next) {

Completed in 116 milliseconds