Searched refs:sh (Results 176 - 200 of 752) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.sh19 # This test needs to be run in a network namespace with in_netns.sh. Check if
20 # this is the case and run it with in_netns.sh if it is being run in the root
57 ../net/in_netns.sh "$0" "$@"
130 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \
133 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \
136 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \
141 ./with_addr.sh
[all...]
/linux-master/tools/testing/selftests/mm/
H A DMakefile80 CAN_BUILD_I386 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_32bit_program.c -m32)
81 CAN_BUILD_X86_64 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_64bit_program.c)
82 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_program.c -no-pie)
113 TEST_PROGS := run_vmtests.sh
115 TEST_FILES := test_vmalloc.sh
116 TEST_FILES += test_hmm.sh
117 TEST_FILES += va_high_addr_switch.sh
118 TEST_FILES += charge_reserved_hugetlb.sh
119 TEST_FILES += hugetlb_reparenting_test.sh
121 # required by charge_reserved_hugetlb.sh
[all...]
/linux-master/lib/crypto/mpi/
H A Dlonglong.h114 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
117 : "=r" ((USItype)(sh)), \
123 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
126 : "=r" ((USItype)(sh)), \
176 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
179 : "=r" (sh), \
185 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
188 : "=r" (sh), \
263 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
266 : "=g" ((USItype)(sh)), \
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dipip_hier_gre_keys.sh6 # ipip_lib.sh for more details.
11 source lib.sh
12 source ipip_lib.sh
H A Dipip_flat_gre_keys.sh5 # This test uses flat topology for IP tunneling tests. See ipip_lib.sh for more
11 source lib.sh
12 source ipip_lib.sh
H A Dipip_hier_gre_key.sh6 # ipip_lib.sh for more details.
11 source lib.sh
12 source ipip_lib.sh
H A Dipip_hier_gre.sh6 # ipip_lib.sh for more details.
11 source lib.sh
12 source ipip_lib.sh
H A Dipip_flat_gre_key.sh5 # This test uses flat topology for IP tunneling tests. See ipip_lib.sh for more
11 source lib.sh
12 source ipip_lib.sh
H A Dipip_flat_gre.sh5 # This test uses flat topology for IP tunneling tests. See ipip_lib.sh for more
11 source lib.sh
12 source ipip_lib.sh
H A Dip6gre_flat.sh5 # This test uses flat topology for IP tunneling tests. See ip6gre_lib.sh for
14 source lib.sh
15 source ip6gre_lib.sh
H A Dip6gre_flat_key.sh5 # This test uses flat topology for IP tunneling tests. See ip6gre_lib.sh for
14 source lib.sh
15 source ip6gre_lib.sh
H A Dip6gre_flat_keys.sh5 # This test uses flat topology for IP tunneling tests. See ip6gre_lib.sh for
14 source lib.sh
15 source ip6gre_lib.sh
H A Dip6gre_hier.sh6 # ip6gre_lib.sh for more details.
14 source lib.sh
15 source ip6gre_lib.sh
H A Dip6gre_hier_key.sh6 # ip6gre_lib.sh for more details.
14 source lib.sh
15 source ip6gre_lib.sh
H A Dip6gre_hier_keys.sh6 # ip6gre_lib.sh for more details.
14 source lib.sh
15 source ip6gre_lib.sh
/linux-master/tools/testing/selftests/kexec/
H A Dtest_kexec_load.sh1 #!/bin/sh
8 . ./kexec_common_lib.sh
/linux-master/Documentation/admin-guide/aoe/
H A Dudev-install.sh33 sh -xc "cp `dirname $0`/udev.txt $rules_d/60-aoe.rules"
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck-refscale.sh6 # Usage: kvm-recheck-refscale.sh resdir
21 . functions.sh
H A Dkvm-check-branches.sh1 #!/bin/sh
4 # Run a group of kvm.sh tests on the specified commits. This currently
11 # Usage: kvm-check-branches.sh commit1 commit2..commit3 commit4 ...
20 # directory. The calls to kvm.sh create the usual entries, but this script
54 . functions.sh
76 kvm.sh --allcpus --duration 3 --trust-make --datestamp "$ds/$idir" > $resdir/$ds/$idir/kvm.sh.out 2>&1
78 echo kvm.sh return code $ret for commit $i from branch $gitbr
H A Dkvm-again.sh6 # Usage: kvm-again.sh /path/to/old/run [ options ]
15 T="`mktemp -d ${TMPDIR-/tmp}/kvm-again.sh.XXXXXX`"
51 . functions.sh
182 rm -f "$rundir"/*/{console.log,console.log.diags,qemu_pid,qemu-pid,qemu-retval,Warnings,kvm-test-1-run.sh.out,kvm-test-1-run-qemu.sh.out,vmlinux} "$rundir"/log
196 kvm-transform.sh "$kernel_dir/bzImage" "$qemu_cmd_dir/console.log" "$jitter_dir" "$dur" "$bootargs" < $T/qemu-cmd > $i
212 print "kvm-test-1-run-batch.sh" curbatch;
213 }' > $T/runbatches.sh
219 ( cd "$rundir"; sh $T/runbatches.sh ) | te
[all...]
/linux-master/tools/testing/selftests/powerpc/eeh/
H A Deeh-vf-aware.sh1 #!/bin/sh
4 . ./eeh-functions.sh
H A Deeh-vf-unaware.sh1 #!/bin/sh
4 . ./eeh-functions.sh
/linux-master/tools/bootconfig/
H A DMakefile23 test: $(ALL_PROGRAMS) test-bootconfig.sh
24 ./test-bootconfig.sh $(OUTPUT)
/linux-master/tools/testing/selftests/memfd/
H A DMakefile6 TEST_PROGS := run_fuse_test.sh run_hugetlbfs_test.sh
/linux-master/tools/testing/selftests/damon/
H A Ddebugfs_target_ids.sh4 source _debugfs_common.sh

Completed in 293 milliseconds

1234567891011>>