/linux-6.1.9/tools/testing/selftests/vm/ |
D | run_vmtests.sh | 69 run_test() { function 90 run_test ./hugepage-mmap 96 run_test ./hugepage-shm 100 run_test ./map_hugetlb 102 run_test ./hugepage-mremap "$mnt"/huge_mremap 105 run_test ./hugepage-vmemmap 107 run_test ./hugetlb-madvise "$mnt"/madvise-test 114 run_test ./map_fixed_noreplace 117 run_test ./gup_test -u 119 run_test ./gup_test -a [all …]
|
D | test_hmm.sh | 89 function run_test() function 103 run_test $@
|
D | test_vmalloc.sh | 157 function run_test() function 175 run_test $@
|
/linux-6.1.9/tools/testing/selftests/net/ |
D | udpgro.sh | 62 run_test() { function 153 run_test "no GRO" "${ipv4_args} -M 10 -s 1400" "-4 -n 10 -l 1400" 158 run_test "no GRO chk cmsg" "${ipv4_args} -M 10 -s 1400" "-4 -n 10 -l 1400 -S -1" 165 run_test "GRO" "${ipv4_args} -M 1 -s 14720 -S 0 " "-4 -n 1 -l 14720" 167 run_test "GRO chk cmsg" "${ipv4_args} -M 1 -s 14720 -S 0 " "-4 -n 1 -l 14720 -S 1472" 169 run_test "GRO with custom segment size" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 14720" 171 …run_test "GRO with custom segment size cmsg" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 1472… 180 run_test "no GRO" "${ipv6_args} -M 10 -s 1400" "-n 10 -l 1400" 182 run_test "no GRO chk cmsg" "${ipv6_args} -M 10 -s 1400" "-n 10 -l 1400 -S -1" 184 run_test "GRO" "${ipv6_args} -M 1 -s 14520 -S 0" "-n 1 -l 14520" [all …]
|
D | gro.sh | 12 run_test() { function 47 exit_code=$(run_test $proto $test) 98 run_test "${proto}" "${test}"
|
D | udpgro_fwd.sh | 90 run_test() { function 204 run_test "No GRO" $BM_NET$DST 10 0 209 run_test "GRO frag list" $BM_NET$DST 1 0 221 run_test "GRO fwd" $BM_NET$DST_NAT 1 0 $BM_NET$DST 232 run_test "GRO frag list over UDP tunnel" $OL_NET$DST 1 1 245 run_test "GRO fwd over UDP tunnel" $OL_NET$DST_NAT 1 1 $OL_NET$DST
|
D | ioam6.sh | 369 run_test() function 496 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" ioam-node-alpha ioam-node-beta \ 516 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" ioam-node-alpha ioam-node-beta \ 557 run_test "out_bit$i" "$descr ($1 mode)" ioam-node-alpha \ 581 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" ioam-node-alpha ioam-node-beta \ 611 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" ioam-node-alpha ioam-node-beta \ 631 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" ioam-node-alpha ioam-node-beta \ 658 run_test "in_bit$i" "${desc/<n>/$i} ($1 mode)" ioam-node-alpha \ 686 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" ioam-node-alpha ioam-node-beta \ 710 run_test ${FUNCNAME[0]} "${desc} ($1 mode)" ioam-node-alpha ioam-node-beta \ [all …]
|
/linux-6.1.9/tools/testing/selftests/efivarfs/ |
D | efivarfs.sh | 31 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-6.1.9/tools/testing/selftests/arm64/abi/ |
D | tpidr2.c | 246 #define run_test(name) \ macro 277 run_test(default_value); in main() 278 run_test(write_read); in main() 279 run_test(write_sleep_read); in main() 280 run_test(write_fork_read); in main() 281 run_test(write_clone_read); in main()
|
/linux-6.1.9/tools/testing/selftests/timens/ |
D | clock_nanosleep.c | 41 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()
|
D | timer.c | 18 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()
|
D | timerfd.c | 25 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()
|
D | futex.c | 20 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-6.1.9/tools/testing/selftests/drivers/net/ocelot/ |
D | basic_qos.sh | 152 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-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | connect_force_port.c | 49 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()
|
D | modify_return.c | 14 static void run_test(__u32 input_retval, __u16 want_side_effect, __s16 want_ret) in run_test() function 51 run_test(0 /* input_retval */, in serial_test_modify_return() 54 run_test(-EINVAL /* input_retval */, in serial_test_modify_return()
|
D | cgroup_v1v2.c | 10 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()
|
D | mptcp.c | 94 static int run_test(int cgroup_fd, int server_fd, bool is_mptcp) in run_test() function 152 ASSERT_OK(run_test(cgroup_fd, server_fd, false), "run_test tcp"); in test_base() 162 ASSERT_OK(run_test(cgroup_fd, server_fd, true), "run_test mptcp"); in test_base()
|
/linux-6.1.9/tools/testing/selftests/net/mptcp/ |
D | simult_flows.sh | 225 run_test() function 299 run_test 10 10 0 0 "balanced bwidth" 300 run_test 10 10 1 50 "balanced bwidth with unbalanced delay" 303 run_test 30 10 0 0 "unbalanced bwidth" 304 run_test 30 10 1 50 "unbalanced bwidth with unbalanced delay" 305 run_test 30 10 50 1 "unbalanced bwidth with opposed, unbalanced delay"
|
/linux-6.1.9/tools/testing/selftests/net/openvswitch/ |
D | openvswitch.sh | 107 run_test() { function 147 run_test "$1" "$2" 212 run_test "${name}" "${desc}"
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_tcp_check_syncookie_user.c | 120 static int run_test(int server_fd, int results_fd, bool xdp, in run_test() function 277 if (run_test(server, results, xdp, in main() 281 if (run_test(server_v6, results, xdp, in main() 285 if (run_test(server_dual, results, xdp, in main()
|
/linux-6.1.9/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 93 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-6.1.9/tools/testing/selftests/kvm/x86_64/ |
D | nx_huge_pages_test.c | 110 void run_test(int reclaim_period_ms, bool disable_nx_huge_pages, in run_test() function 267 run_test(reclaim_period_ms, false, reboot_permissions); in main() 268 run_test(reclaim_period_ms, true, reboot_permissions); in main()
|
/linux-6.1.9/tools/testing/selftests/drivers/net/dsa/ |
D | no_forwarding.sh | 90 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-6.1.9/tools/testing/selftests/net/forwarding/ |
D | no_forwarding.sh | 90 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"
|