Home
last modified time | relevance | path

Searched defs:tst_test (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/include/
Dtst_test.h124 struct tst_test { struct
126 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 …]
/third_party/ltp/lib/
Dtst_test.c43 struct tst_test *tst_test; variable