Searched refs:sh (Results 76 - 100 of 752) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/kexec/
H A DMakefile8 TEST_PROGS := test_kexec_load.sh test_kexec_file_load.sh
9 TEST_FILES := kexec_common_lib.sh
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-end-run-stats.sh6 # Usage: kvm-end-run-stats.sh /path/to/run starttime
17 echo kvm-end-run-stats.sh: Specified run directory does not exist: $rundir
21 T="`mktemp -d ${TMPDIR-/tmp}/kvm-end-run-stats.sh.XXXXXX`"
26 . functions.sh
34 kcsan-collapse.sh "$rundir" | tee -a "$rundir/log"
35 kvm-recheck.sh "$rundir" > $T/kvm-recheck.sh.out 2>&1
37 cat $T/kvm-recheck.sh.out | tee -a "$rundir/log"
H A Dkvm-remote-noreap.sh7 # Usage: kvm-remote-noreap.sh pathname
16 echo Usage: kvm-remote-noreap.sh pathname
21 echo Usage: kvm-remote-noreap.sh pathname
/linux-master/tools/testing/selftests/efivarfs/
H A DMakefile5 TEST_PROGS := efivarfs.sh
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dmirror_gre_scale.sh2 source ../mirror_gre_scale.sh
H A Dtc_police_scale.sh2 source ../tc_police_scale.sh
H A Dport_scale.sh2 source ../port_scale.sh
H A Drif_mac_profile_scale.sh2 source ../rif_mac_profile_scale.sh
H A Dport_range_scale.sh2 source ../port_range_scale.sh
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dmirror_gre_scale.sh2 source ../mirror_gre_scale.sh
H A Dtc_police_scale.sh2 source ../tc_police_scale.sh
H A Dport_scale.sh2 source ../port_scale.sh
H A Drif_mac_profile_scale.sh2 source ../rif_mac_profile_scale.sh
H A Dport_range_scale.sh2 source ../port_range_scale.sh
/linux-master/tools/testing/selftests/firmware/
H A Dfw_run_tests.sh10 source $TEST_DIR/fw_lib.sh
20 $TEST_DIR/fw_filesystem.sh
24 $TEST_DIR/fw_fallback.sh
28 $TEST_DIR/fw_upload.sh
/linux-master/tools/testing/selftests/safesetid/
H A DMakefile6 TEST_PROGS := safesetid-test.sh
/linux-master/tools/testing/selftests/filesystems/fat/
H A DMakefile3 TEST_PROGS := run_fat_tests.sh
/linux-master/tools/testing/selftests/ptp/
H A DMakefile5 TEST_PROGS = phc.sh
/linux-master/tools/testing/selftests/amd-pstate/
H A DMakefile15 TEST_PROGS += run.sh
16 TEST_FILES += basic.sh tbench.sh gitsource.sh
/linux-master/tools/memory-model/scripts/
H A Dchecktheselitmus.sh1 #!/bin/sh
4 # Invokes checklitmus.sh on its arguments to run the specified litmus
8 # checktheselitmus.sh -- [ file1.litmus [ file2.litmus ... ] ]
11 # pathname of the litmus test to check. The usual parseargs.sh arguments
16 # the root directory, they all must do so and the "--destdir /" parseargs.sh
25 . scripts/parseargs.sh
30 if scripts/checklitmus.sh $i
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_tbf_root.sh11 source $lib_dir/sch_tbf_root.sh
H A Dsch_tbf_prio.sh11 source $lib_dir/sch_tbf_prio.sh
H A Dsch_tbf_ets.sh11 source $lib_dir/sch_tbf_ets.sh
/linux-master/drivers/md/
H A Draid5-log.h10 void r5l_stripe_write_finished(struct stripe_head *sh);
15 int r5c_try_caching_write(struct r5conf *conf, struct stripe_head *sh,
17 void r5c_finish_stripe_write_out(struct r5conf *conf, struct stripe_head *sh,
19 void r5c_release_extra_page(struct stripe_head *sh);
20 void r5c_use_extra_page(struct stripe_head *sh);
23 struct stripe_head *sh, int disks);
24 int r5c_cache_data(struct r5l_log *log, struct stripe_head *sh);
25 void r5c_make_stripe_write_out(struct stripe_head *sh);
35 ops_run_partial_parity(struct stripe_head *sh, struct raid5_percpu *percpu,
39 int ppl_write_stripe(struct r5conf *conf, struct stripe_head *sh);
57 log_stripe(struct stripe_head *sh, struct stripe_head_state *s) argument
78 log_stripe_write_finished(struct stripe_head *sh) argument
[all...]
/linux-master/tools/testing/selftests/futex/
H A Drun.sh1 #!/bin/sh
29 (cd functional; ./run.sh)

Completed in 143 milliseconds

1234567891011>>