Home
last modified time | relevance | path

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

1234

/linux/tools/testing/selftests/mm/
H A Drun_vmtests.sh215 run_test() { function
264 CATEGORY="hugetlb" run_test ./map_hugetlb
320 CATEGORY="mmap" run_test ./map_populate
324 CATEGORY="mlock" run_test ./mlock2-tests
328 CATEGORY="mremap" run_test ./mremap_test
330 CATEGORY="hugetlb" run_test ./thuge-gen
380 CATEGORY="ksm" run_test ./ksm_tests -U
413 CATEGORY="cow" run_test ./cow
415 CATEGORY="thp" run_test ./khugepaged
445 CATEGORY="mkdirty" run_test ./mkdirty
[all …]
H A Dtest_hmm.sh89 function run_test() function
103 run_test $@
H A Dtest_vmalloc.sh157 function run_test() function
175 run_test $@
/linux/tools/testing/selftests/net/
H A Dudpgro.sh63 run_test() { function
152 run_test "no GRO" "${ipv4_args} -M 10 -s 1400" "-4 -n 10 -l 1400"
157 run_test "no GRO chk cmsg" "${ipv4_args} -M 10 -s 1400" "-4 -n 10 -l 1400 -S -1"
164 run_test "GRO" "${ipv4_args} -M 1 -s 14720 -S 0 " "-4 -n 1 -l 14720"
166 run_test "GRO chk cmsg" "${ipv4_args} -M 1 -s 14720 -S 0 " "-4 -n 1 -l 14720 -S 1472"
168 run_test "GRO with custom segment size" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 14720"
179 run_test "no GRO" "${ipv6_args} -M 10 -s 1400" "-n 10 -l 1400"
181 run_test "no GRO chk cmsg" "${ipv6_args} -M 10 -s 1400" "-n 10 -l 1400 -S -1"
183 run_test "GRO" "${ipv6_args} -M 1 -s 14520 -S 0" "-n 1 -l 14520"
185 run_test "GRO chk cmsg" "${ipv6_args} -M 1 -s 14520 -S 0" "-n 1 -l 14520 -S 1452"
[all …]
H A Dgro.sh12 run_test() { function
52 exit_code=$(run_test $proto $test)
103 run_test "${proto}" "${test}"
H A Dioam6.sh364 run_test() function
489 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" $ioam_node_alpha $ioam_node_beta \
509 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" $ioam_node_alpha $ioam_node_beta \
550 run_test "out_bit$i" "$descr ($1 mode)" $ioam_node_alpha \
574 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" $ioam_node_alpha $ioam_node_beta \
604 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" $ioam_node_alpha $ioam_node_beta \
624 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" $ioam_node_alpha $ioam_node_beta \
651 run_test "in_bit$i" "${desc/<n>/$i} ($1 mode)" $ioam_node_alpha \
679 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" $ioam_node_alpha $ioam_node_beta \
703 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" $ioam_node_alpha $ioam_node_beta \
[all …]
H A Dudpgro_fwd.sh102 run_test() { function
216 run_test "No GRO" $BM_NET$DST 10 0
222 run_test "GRO frag list" $BM_NET$DST 1 0
235 run_test "GRO fwd" $BM_NET$DST_NAT 1 0 $BM_NET$DST
247 run_test "GRO frag list over UDP tunnel" $OL_NET$DST 10 10
261 run_test "GRO fwd over UDP tunnel" $OL_NET$DST_NAT 10 10 $OL_NET$DST
H A Dso_txtime.sh50 run_test() { function
75 run_test $@
80 run_test $@
/linux/tools/testing/selftests/efivarfs/
H A Defivarfs.sh31 run_test() function
209 run_test test_create
210 run_test test_create_empty
211 run_test test_create_read
212 run_test test_delete
213 run_test test_zero_size_delete
214 run_test test_open_unlink
215 run_test test_valid_filenames
216 run_test test_invalid_filenames
/linux/tools/testing/selftests/timens/
H A Dclock_nanosleep.c41 int run_test(int clockid, int abs) in run_test() function
140 ret |= run_test(CLOCK_MONOTONIC, 0); in main()
141 ret |= run_test(CLOCK_MONOTONIC, 1); in main()
142 ret |= run_test(CLOCK_BOOTTIME_ALARM, 0); in main()
143 ret |= run_test(CLOCK_BOOTTIME_ALARM, 1); in main()
H A Dtimer.c18 int run_test(int clockid, struct timespec now) in run_test() function
109 ret |= run_test(CLOCK_BOOTTIME, btime_now); in main()
110 ret |= run_test(CLOCK_MONOTONIC, mtime_now); in main()
111 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
H A Dtimerfd.c25 int run_test(int clockid, struct timespec now) in run_test() function
116 ret |= run_test(CLOCK_BOOTTIME, btime_now); in main()
117 ret |= run_test(CLOCK_MONOTONIC, mtime_now); in main()
118 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
H A Dfutex.c20 static int run_test(int clockid) in run_test() function
95 ret |= run_test(CLOCK_REALTIME); in main()
96 ret |= run_test(CLOCK_MONOTONIC); in main()
/linux/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c246 #define run_test(name) \ macro
283 run_test(default_value); in main()
284 run_test(write_read); in main()
285 run_test(write_sleep_read); in main()
286 run_test(write_fork_read); in main()
287 run_test(write_clone_read); in main()
/linux/tools/testing/selftests/drivers/net/ocelot/
H A Dbasic_qos.sh152 run_test()
208 run_test "Port-default QoS classification" ${h1} 5 0
217 run_test "Trusted VLAN PCP QoS classification" ${h1}.100 3 0
228 run_test "Trusted DSCP QoS classification" ${h1} 4 ${tos}
232 run_test "Untrusted DSCP QoS classification follows VLAN PCP" \
236 run_test "Untrusted DSCP QoS classification follows port default" \
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dconnect_force_port.c49 static int run_test(int cgroup_fd, int server_fd, int family, int type) in run_test() function
144 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET, SOCK_STREAM)); in test_connect_force_port()
150 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET6, SOCK_STREAM)); in test_connect_force_port()
156 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET, SOCK_DGRAM)); in test_connect_force_port()
162 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET6, SOCK_DGRAM)); in test_connect_force_port()
H A Dmodify_return.c14 static void run_test(__u32 input_retval, __u16 want_side_effect, __s16 want_ret) in run_test() function
55 run_test(0 /* input_retval */, in serial_test_modify_return()
58 run_test(-EINVAL /* input_retval */, in serial_test_modify_return()
H A Dcgroup_v1v2.c10 static int run_test(int cgroup_fd, int server_fd, bool classid) in run_test() function
72 ASSERT_OK(run_test(cgroup_fd, server_fd, false), "cgroup-v2-only"); in test_cgroup_v1v2()
75 ASSERT_OK(run_test(cgroup_fd, server_fd, true), "cgroup-v1v2"); in test_cgroup_v1v2()
/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_check_syncookie_user.c59 static int run_test(int server_fd, int results_fd, bool xdp) in run_test() function
217 if (run_test(server, results, xdp)) in main()
220 if (run_test(server_v6, results, xdp)) in main()
223 if (run_test(server_dual, results, xdp)) in main()
/linux/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh209 run_test() function
289 run_test 10 10 0 0 "balanced bwidth"
290 run_test 10 10 1 25 "balanced bwidth with unbalanced delay"
293 MPTCP_LIB_SUBTEST_FLAKY=1 run_test 10 3 0 0 "unbalanced bwidth"
294 run_test 10 3 1 25 "unbalanced bwidth with unbalanced delay"
295 run_test 10 3 25 1 "unbalanced bwidth with opposed, unbalanced delay"
/linux/tools/testing/selftests/powerpc/mm/
H A 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/tools/testing/selftests/kvm/x86_64/
H A Dnx_huge_pages_test.c105 void run_test(int reclaim_period_ms, bool disable_nx_huge_pages, in run_test() function
261 run_test(reclaim_period_ms, false, reboot_permissions); in main()
262 run_test(reclaim_period_ms, true, reboot_permissions); in main()
H A Dsvm_nested_soft_inject_test.c143 static void run_test(bool is_nmi) in run_test() function
206 run_test(false); in main()
207 run_test(true); in main()
/linux/tools/testing/selftests/net/forwarding/
H A Dno_forwarding.sh90 run_test() function
181 run_test "Standalone switch ports"
191 run_test "Switch ports in different bridges"
207 run_test "Switch ports in VLAN-aware bridge with different PVIDs"
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_slpc.c263 static int run_test(struct intel_gt *gt, int test_type) in run_test() function
416 ret = run_test(gt, VARY_MIN); in live_slpc_vary_min()
432 ret = run_test(gt, VARY_MAX); in live_slpc_vary_max()
449 ret = run_test(gt, MAX_GRANTED); in live_slpc_max_granted()
465 ret = run_test(gt, SLPC_POWER); in live_slpc_power()
477 thread->result = run_test(thread->gt, TILE_INTERACTION); in slpc_spinner_thread()

1234