Searched defs:tst_test (Results 1 – 3 of 3) sorted by relevance
475 struct tst_test { struct476 unsigned int tcnt;478 struct tst_option *options;480 const char *min_kver;482 const char *const *supported_archs;484 const char *tconf_msg;486 unsigned int needs_tmpdir:1;487 unsigned int needs_root:1;488 unsigned int forks_child:1;489 unsigned int needs_device:1;[all …]
205 static struct ident *tst_test, *tst_test_test; in check_test_struct() local
53 struct tst_test *tst_test; variable