Searched defs:tst_test (Results 1 – 2 of 2) sorted by relevance
118 struct tst_test { struct120 unsigned int tcnt;122 struct tst_option *options;124 const char *min_kver;127 const char *tconf_msg;129 int needs_tmpdir:1;130 int needs_root:1;131 int forks_child:1;132 int needs_device:1;133 int needs_checkpoints:1;[all …]
37 struct tst_test *tst_test; variable