Searched defs:tst_test (Results 1 – 3 of 3) sorted by relevance
136 struct tst_test { struct138 unsigned int tcnt;140 struct tst_option *options;142 const char *min_kver;148 const char *const *supported_archs;151 const char *tconf_msg;153 int needs_tmpdir:1;154 int needs_root:1;155 int forks_child:1;156 int needs_device:1;[all …]
201 static struct ident *tst_test, *tst_test_test, *tst_tag; in check_test_struct() local
48 struct tst_test *tst_test; variable