Home
last modified time | relevance | path

Searched refs:tst_test (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/third_party/ltp/lib/
Dtst_test.c48 struct tst_test *tst_test; variable
116 if (tst_test->needs_checkpoints || tst_test->child_needs_reinit) { in setup_ipc()
125 if (tst_test->needs_checkpoints) { in setup_ipc()
315 if (tst_test->cleanup) in do_test_cleanup()
316 tst_test->cleanup(); in do_test_cleanup()
424 if (!tst_test->forks_child) in safe_fork()
444 if (!tst_test->forks_child) in safe_clone()
499 if (!tst_test->options) in print_help()
502 for (i = 0; tst_test->options[i].optstr; i++) { in print_help()
504 tst_test->options[i].optstr[0], in print_help()
[all …]
Dtst_timer_test.c23 static struct tst_test *test;
454 struct tst_test *tst_timer_test_setup(struct tst_test *timer_test) in tst_timer_test_setup()
/third_party/ltp/testcases/lib/
Dtst_get_free_pids.c7 extern struct tst_test *tst_test;
9 static struct tst_test test = {
15 tst_test = &test; in main()
Dtst_device.c14 extern struct tst_test *tst_test;
16 static struct tst_test test = {
87 tst_test = &test; in main()
/third_party/ltp/testcases/kernel/connectors/pec/
Devent_generator.c22 extern struct tst_test *tst_test;
23 static struct tst_test test = {
175 tst_test = &test; in main()
/third_party/ltp/include/
Dtst_test.h136 struct tst_test { struct
288 void tst_run_tcases(int argc, char *argv[], struct tst_test *self) argument
324 static struct tst_test test;
334 static struct tst_test test = { .tconf_msg = message } \
Dtst_timer_test.h43 struct tst_test *tst_timer_test_setup(struct tst_test *test);
/third_party/ltp/doc/
Dc-test-api.txt26 #include "tst_test.h"
65 static struct tst_test test = {
71 Each test includes the 'tst_test.h' header and must define the 'struct
72 tst_test test' structure.
385 If '.needs_tmpdir' is set to '1' in the 'struct tst_test' unique test
482 #include "tst_test.h"
512 static struct tst_test test = {
525 set the '.min_kver' string in the 'struct tst_test' to a minimal required
597 #include "tst_test.h"
629 #include "tst_test.h"
[all …]
Dshell-test-api.txt14 'testcases/lib/tst_test.sh'.
29 . tst_test.sh
46 TIP: To execute this test the 'tst_test.sh' library must be in '$PATH'. If you
70 Calling 'tst_brk' in shell libraries, e.g. 'tst_test.sh' or 'tst_net.sh' does
81 . tst_test.sh
111 . tst_test.sh
141 . tst_test.sh
167 . tst_test.sh
213 It's an equivalent of `tst_test.timeout` in C, can be set
237 . tst_test.sh
[all …]
/third_party/ltp/include/old/
Dtest.h11 # error Newlib tst_test.h already included
139 if (tst_test) \
146 if (tst_test) \
Dltp_priv.h42 extern void *tst_test;
58 if (tst_test) { \
/third_party/ltp/tools/sparse/
Dsparse-ltp.c201 static struct ident *tst_test, *tst_test_test, *tst_tag; in check_test_struct() local
215 tst_test = built_in_ident("tst_test"); in check_test_struct()
223 if (ctype_name != tst_test) in check_test_struct()
/third_party/ltp/metadata/tests/
Dempty_struct.c1 static struct tst_test test = {
Dexpand_flags.c1 static struct tst_test test = {
Dtags.c1 static struct tst_test test = {
Dinclude.c3 static struct tst_test test = {
Dmultiline_macro.c4 static struct tst_test test = {
Dmacro.c3 static struct tst_test test = {
Darray_size04.c3 static struct tst_test test = {
Dmacro_str.c3 static struct tst_test test = {
Darray_size01.c3 static struct tst_test test = {
/third_party/ltp/lib/newlib_tests/
Dtest03.c17 static struct tst_test test = {
Dtest01.c19 static struct tst_test test = {
/third_party/ltp/testcases/kernel/syscalls/getuid/
Dgetuid01.c23 static struct tst_test test = {
/third_party/ltp/testcases/kernel/syscalls/close/
Dclose02.c23 static struct tst_test test = {

12345678910>>...44