Home
last modified time | relevance | path

Searched refs:run_test (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v5.4/tools/testing/selftests/net/
Dudpgro.sh50 run_test() { function
136 run_test "no GRO" "${ipv4_args} -M 10 -s 1400" "-4 -n 10 -l 1400"
140 run_test "no GRO chk cmsg" "${ipv4_args} -M 10 -s 1400" "-4 -n 10 -l 1400 -S -1"
146 run_test "GRO" "${ipv4_args} -M 1 -s 14720 -S 0 " "-4 -n 1 -l 14720"
147 run_test "GRO chk cmsg" "${ipv4_args} -M 1 -s 14720 -S 0 " "-4 -n 1 -l 14720 -S 1472"
148 run_test "GRO with custom segment size" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 14720"
149run_test "GRO with custom segment size cmsg" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 1472…
155 run_test "no GRO" "${ipv6_args} -M 10 -s 1400" "-n 10 -l 1400"
156 run_test "no GRO chk cmsg" "${ipv6_args} -M 10 -s 1400" "-n 10 -l 1400 -S -1"
157 run_test "GRO" "${ipv6_args} -M 1 -s 14520 -S 0" "-n 1 -l 14520"
[all …]
Dip_defrag.c334 static void run_test(struct sockaddr *addr, socklen_t alen, bool ipv6) in run_test() function
417 run_test((void *)&addr, sizeof(addr), false /* !ipv6 */); in run_test_v4()
428 run_test((void *)&addr, sizeof(addr), true /* ipv6 */); in run_test_v6()
/Linux-v5.4/tools/testing/selftests/efivarfs/
Defivarfs.sh31 run_test() function
204 run_test test_create
205 run_test test_create_empty
206 run_test test_create_read
207 run_test test_delete
208 run_test test_zero_size_delete
209 run_test test_open_unlink
210 run_test test_valid_filenames
211 run_test test_invalid_filenames
/Linux-v5.4/tools/testing/selftests/android/ion/
Dion_test.sh10 run_test() function
51 run_test 0
53 run_test 1
/Linux-v5.4/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c93 static int run_test(void *addr, unsigned long size) in run_test() function
182 return run_test(mallocblock, mallocsize); in test_anon()
219 return run_test(fileblock, filesize); in test_file()
/Linux-v5.4/tools/testing/selftests/vm/
Dtest_vmalloc.sh156 function run_test() function
174 run_test $@
Dva_128TBswitch.c231 static int run_test(struct testcase *test, int count) in run_test() function
285 ret = run_test(testcases, ARRAY_SIZE(testcases)); in main()
287 ret = run_test(hugetlb_testcases, ARRAY_SIZE(hugetlb_testcases)); in main()
/Linux-v5.4/tools/testing/selftests/powerpc/
Dharness.c27 int run_test(int (test_function)(void), char *name) in run_test() function
123 rc = run_test(test_function, name); in test_harness()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_tcp_check_syncookie_user.c119 static int run_test(int server_fd, int results_fd, bool xdp) in run_test() function
242 if (run_test(server, results, xdp)) in main()
245 if (run_test(server_v6, results, xdp)) in main()
Dtest_socket_cookie.c130 static int run_test(int cgfd) in run_test() function
204 if (run_test(cgfd)) in main()
Dtest_progs.c16 void (*run_test)(void); member
316 .run_test = &test_##name, \
551 test->run_test(); in main()
/Linux-v5.4/tools/testing/selftests/intel_pstate/
Drun.sh49 function run_test () { function
99 run_test $freq
/Linux-v5.4/tools/testing/selftests/timers/
Dfreq-step.c146 static int run_test(int calibration, double freq_base, double freq_step) in run_test() function
235 run_test(1, 0.0, 0.0); in init_test()
253 fails += run_test(0, freq_base, freq_step); in main()
/Linux-v5.4/tools/testing/selftests/ftrace/
Dftracetest338 run_test() { # testfile function
377 run_test $t
390 run_test $t
/Linux-v5.4/drivers/misc/
Dkgdbts.c173 int (*run_test) (int, int); member
822 ts.run_test = run_simple_test; in init_simple_test()
1111 if (ts.run_test) in kgdbts_get_char()
1112 val = ts.run_test(1, 0); in kgdbts_get_char()
1119 if (ts.run_test) in kgdbts_put_char()
1120 ts.run_test(0, chr); in kgdbts_put_char()
/Linux-v5.4/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c50 bool run_test(int cpu) in run_test() function
206 test_success = run_test(cpu); in main()
Dbreakpoint_test_arm64.c217 result = run_test(size, MIN(size, 8), wr, wp); in main()
234 if (run_test(size, 8, -size, -8)) in main()
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dsockopt_sk.c163 static void run_test(int cgroup_fd) in run_test() function
198 run_test(cgroup_fd); in test_sockopt_sk()
Dsockopt_inherit.c168 static void run_test(int cgroup_fd) in run_test() function
233 run_test(cgroup_fd); in test_sockopt_inherit()
Dtcp_rtt.c119 static int run_test(int cgroup_fd, int server_fd) in run_test() function
269 CHECK_FAIL(run_test(cgroup_fd, server_fd)); in test_tcp_rtt()
/Linux-v5.4/tools/testing/selftests/sync/
Dsynctest.h41 #define RUN_TEST(x) run_test((x), #x)
Dsync_test.c40 static int run_test(int (*test)(void), char *name) in run_test() function
/Linux-v5.4/drivers/video/fbdev/omap/
Domapfb.h88 int (*run_test) (struct lcd_panel *panel, int test_num); member
174 int (*run_test) (int test_num); member
/Linux-v5.4/tools/pci/
Dpcitest.c39 static int run_test(struct pci_test *test) in run_test() function
221 return run_test(test); in main()
/Linux-v5.4/drivers/spi/
Dspi-test.h77 int (*run_test)(struct spi_device *spi, struct spi_test *test, member

12