Home
last modified time | relevance | path

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

/third_party/ltp/include/
Dtst_test.h136 struct tst_test { struct
138 unsigned int tcnt;
140 struct tst_option *options;
142 const char *min_kver;
148 const char *const *supported_archs;
151 const char *tconf_msg;
153 int needs_tmpdir:1;
154 int needs_root:1;
155 int forks_child:1;
156 int needs_device:1;
[all …]
/third_party/ltp/tools/sparse/
Dsparse-ltp.c201 static struct ident *tst_test, *tst_test_test, *tst_tag; in check_test_struct() local
/third_party/ltp/lib/
Dtst_test.c48 struct tst_test *tst_test; variable