Home
last modified time | relevance | path

Searched refs:test_init (Results 1 – 19 of 19) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dtest_ima.c55 static void test_init(struct ima__bss *bss) in test_init() function
103 test_init(skel->bss); in test_test_ima()
117 test_init(skel->bss); in test_test_ima()
142 test_init(skel->bss); in test_test_ima()
174 test_init(skel->bss); in test_test_ima()
204 test_init(skel->bss); in test_test_ima()
222 test_init(skel->bss); in test_test_ima()
/tools/testing/selftests/arm64/signal/
Dtest_signals.c20 if (test_setup(current) && test_init(current)) { in main()
Dtest_signals_utils.h15 int test_init(struct tdescr *td);
Dtest_signals_utils.c300 int test_init(struct tdescr *td) in test_init() function
/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c59 int test_init(struct test_state *state) in test_init() function
161 if (test_init(&state)) in main()
/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c59 int test_init(struct test_state *state) in test_init() function
161 if (test_init(&state)) in main()
/tools/testing/selftests/net/tcp_ao/
Dconnect.c88 test_init(2, server_fn, client_fn); in main()
Dself-connect.c186 test_init(5, client_fn, NULL); in main()
Dseq-ext.c253 test_init(8, server_fn, client_fn); in main()
Drestore.c250 test_init(21, server_fn, client_fn); in main()
Dconnect-deny.c279 test_init(22, server_fn, client_fn); in main()
Dbench-lookups.c358 test_init(31, server_fn, client_fn); in main()
Drst.c458 test_init(15, server_fn, client_fn); in main()
Dicmps-accept.c447 test_init(4, server_fn, client_fn); in main()
Dicmps-discard.c447 test_init(4, server_fn, client_fn); in main()
Dunsigned-md5.c768 test_init(73, server_fn, client_fn); in main()
Dsetsockopt-closed.c833 test_init(121, client_fn, NULL); in main()
Dkey-management.c1196 test_init(121, server_fn, client_fn); in main()
/tools/testing/selftests/net/tcp_ao/lib/
Daolib.h255 static inline void test_init(unsigned int ntests, in test_init() function