Home
last modified time | relevance | path

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

12345678910>>...56

/third_party/ltp/lib/
Dtst_test.c53 struct tst_test *tst_test; variable
122 if (tst_test->needs_checkpoints || tst_test->child_needs_reinit) { in setup_ipc()
131 if (tst_test->needs_checkpoints) { in setup_ipc()
321 if (tst_test->cleanup) in do_test_cleanup()
322 tst_test->cleanup(); in do_test_cleanup()
430 if (!tst_test->forks_child) in safe_fork()
453 if (!tst_test->forks_child) in safe_clone()
542 if (tst_test->max_runtime) { in print_help()
543 runtime = multiply_runtime(tst_test->max_runtime); in print_help()
566 if (!tst_test->options) in print_help()
[all …]
Dtst_timer_test.c23 static struct tst_test *test;
460 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_ns_create.c26 extern struct tst_test *tst_test;
28 static struct tst_test test = {
69 tst_test = &test; in main()
Dtst_device.c14 extern struct tst_test *tst_test;
16 static struct tst_test test = {
99 tst_test = &test; in main()
Dtst_ns_exec.c23 extern struct tst_test *tst_test;
25 static struct tst_test test = {
74 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/doc/
DC-Test-API.asciidoc27 #include "tst_test.h"
66 static struct tst_test test = {
72 Each test includes the 'tst_test.h' header and must define the 'struct
73 tst_test test' structure.
104 - set the runtime either by setting the '.max_runtime' in tst_test or by
425 If '.needs_tmpdir' is set to '1' in the 'struct tst_test' unique test
521 #include "tst_test.h"
545 static struct tst_test test = {
560 set the '.min_kver' string in the 'struct tst_test' to a minimal required
648 #include "tst_test.h"
[all …]
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 …]
DShell-Test-API.asciidoc14 'testcases/lib/tst_test.sh'.
42 . 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
92 . tst_test.sh
120 . tst_test.sh
147 . tst_test.sh
176 . tst_test.sh
198 ('tst_test.all_filesystems' equivalent).
235 (tst_test.skip_filesystems equivalent).
[all …]
DLTP-Library-API-Writing-Guidelines.asciidoc59 API source code is in 'tst_test.sh', 'tst_security.sh' and 'tst_net.sh'
70 should end with '_lib.sh' and the library should load 'tst_test.sh' or
83 . tst_test.sh
/third_party/ltp/include/
Dtst_test.h151 struct tst_test { struct
343 void tst_run_tcases(int argc, char *argv[], struct tst_test *self) argument
397 static struct tst_test test;
407 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/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.c205 static struct ident *tst_test, *tst_test_test; in check_test_struct() local
219 tst_test = built_in_ident("tst_test"); in check_test_struct()
226 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 = {
Darray_size04.c3 static struct tst_test test = {
Dmultiline_macro.c4 static struct tst_test test = {
Dmacro.c3 static struct tst_test test = {
Dmacro_str.c3 static struct tst_test test = {

12345678910>>...56