Searched defs:tst_test (Results 1 – 3 of 3) sorted by relevance
527 struct tst_test { struct528 unsigned int tcnt;530 struct tst_option *options;532 const char *min_kver;534 const char *const *supported_archs;536 const char *tconf_msg;538 unsigned int needs_tmpdir:1;539 unsigned int needs_root:1;540 unsigned int forks_child:1;541 unsigned int needs_device:1;[all …]
205 static struct ident *tst_test, *tst_test_test; in check_test_struct() local
56 struct tst_test *tst_test; variable