Searched defs:tst_test (Results 1 – 2 of 2) sorted by relevance
124 struct tst_test { struct126 unsigned int tcnt;128 struct tst_option *options;130 const char *min_kver;133 const char *tconf_msg;135 int needs_tmpdir:1;136 int needs_root:1;137 int forks_child:1;138 int needs_device:1;139 int needs_checkpoints:1;[all …]
43 struct tst_test *tst_test; variable