Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_test.h118 struct tst_test { struct
120 unsigned int tcnt;
122 struct tst_option *options;
124 const char *min_kver;
127 const char *tconf_msg;
129 int needs_tmpdir:1;
130 int needs_root:1;
131 int forks_child:1;
132 int needs_device:1;
133 int needs_checkpoints:1;
[all …]
/external/ltp/lib/
Dtst_test.c37 struct tst_test *tst_test; variable