Home
last modified time | relevance | path

Searched refs:tst_test (Results 1 - 25 of 1364) sorted by relevance

12345678910>>...55

/third_party/ltp/lib/
H A Dtst_test.c20 #include "tst_test.h"
53 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 in safe_clone()
[all...]
H A Dtst_timer_test.c13 #include "tst_test.h"
23 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/
H A Dtst_get_free_pids.c5 #include "tst_test.h"
7 extern struct tst_test *tst_test;
9 static struct tst_test test = {
15 tst_test = &test; in main()
H A Dtst_ns_create.c23 #include "tst_test.h"
26 extern struct tst_test *tst_test;
28 static struct tst_test test = {
69 tst_test = &test; in main()
H A Dtst_ns_exec.c20 #include "tst_test.h"
23 extern struct tst_test *tst_test;
25 static struct tst_test test = {
74 tst_test = &test; in main()
H A Dtst_device.c11 #include "tst_test.h"
14 extern struct tst_test *tst_test;
16 static struct tst_test test = {
91 * Force messages to be printed from the new library i.e. tst_test.c in main()
99 tst_test = &test; in main()
/third_party/ltp/testcases/kernel/connectors/pec/
H A Devent_generator.c20 #include "tst_test.h"
22 extern struct tst_test *tst_test;
23 static struct tst_test test = {
175 tst_test = &test; in main()
/third_party/ltp/include/
H A Dtst_test.h151 struct tst_test { struct
343 void tst_run_tcases(int argc, char *argv[], struct tst_test *self)
397 static struct tst_test test;
407 static struct tst_test test = { .tconf_msg = message } \
H A Dtst_timer_test.h10 The test is supposed to define sampling function and set it in the tst_test
27 struct tst_test test = {
37 #include "tst_test.h"
43 struct tst_test *tst_timer_test_setup(struct tst_test *test);
/third_party/ltp/include/old/
H A Dltp_priv.h42 extern void *tst_test;
58 if (tst_test) { \
H A Dtest.h11 # error Newlib tst_test.h already included
139 if (tst_test) \
146 if (tst_test) \
/third_party/ltp/tools/sparse/
H A Dsparse-ltp.c202 /* Find struct tst_test test = { ... } and perform tests on its initializer */
205 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/
H A Dempty_struct.c1 static struct tst_test test = {
H A Dtags.c1 static struct tst_test test = {
H A Dexpand_flags.c1 static struct tst_test test = {
H A Dinclude.c3 static struct tst_test test = {
H A Dmultiline_macro.c4 static struct tst_test test = {
H A Dmacro.c3 static struct tst_test test = {
H A Dmacro_str.c3 static struct tst_test test = {
H A Darray_size04.c3 static struct tst_test test = {
H A Darray_size01.c3 static struct tst_test test = {
/third_party/ltp/lib/newlib_tests/
H A Dtest01.c10 #include "tst_test.h"
19 static struct tst_test test = {
H A Dtest03.c10 #include "tst_test.h"
17 static struct tst_test test = {
/third_party/ltp/testcases/kernel/syscalls/geteuid/
H A Dgeteuid01.c16 #include "tst_test.h"
24 static struct tst_test test = {
/third_party/ltp/testcases/kernel/syscalls/getuid/
H A Dgetuid01.c15 #include "tst_test.h"
23 static struct tst_test test = {

Completed in 8 milliseconds

12345678910>>...55