Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_test.h117 struct tst_test { struct
119 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 …]
/external/ltp/lib/
Dtst_test.c44 struct tst_test *tst_test; variable