Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_test.h128 struct tst_test { struct
130 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 …]
/external/ltp/lib/
Dtst_test.c47 struct tst_test *tst_test; variable