Searched defs:tst_test (Results 1 – 2 of 2) sorted by relevance
117 struct tst_test { struct119 unsigned int tcnt;121 struct tst_option *options;123 const char *min_kver;126 const char *tconf_msg;128 int needs_tmpdir:1;129 int needs_root:1;130 int forks_child:1;131 int needs_device:1;132 int needs_checkpoints:1;[all …]
44 struct tst_test *tst_test; variable