Lines Matching refs:t
190 static int test_start_subtest(const struct _test *t, struct sockmap_options *o) in test_start_subtest() argument
193 env.subtest = t->title; in test_start_subtest()
1993 static int check_whitelist(struct _test *t, struct sockmap_options *opt) in check_whitelist() argument
2006 strstr(t->title, entry) != 0) in check_whitelist()
2013 static int check_blacklist(struct _test *t, struct sockmap_options *opt) in check_blacklist() argument
2026 strstr(t->title, entry) != 0) in check_blacklist()
2045 struct _test t = test[i]; in __test_selftests() local
2047 if (check_whitelist(&t, opt) != 0) in __test_selftests()
2049 if (check_blacklist(&t, opt) == 0) in __test_selftests()
2052 test_start_subtest(&t, opt); in __test_selftests()
2053 t.tester(cg_fd, opt); in __test_selftests()