Searched defs:tst_test (Results 1 – 2 of 2) sorted by relevance
128 struct tst_test { struct130 unsigned int tcnt;132 struct tst_option *options;134 const char *min_kver;137 const char *tconf_msg;139 int needs_tmpdir:1;140 int needs_root:1;141 int forks_child:1;142 int needs_device:1;143 int needs_checkpoints:1;[all …]
47 struct tst_test *tst_test; variable