Searched refs:sh (Results 201 - 225 of 752) sorted by relevance

1234567891011>>

/linux-master/tools/perf/tests/shell/coresight/
H A Dthread_loop_check_tid_10.sh1 #!/bin/sh -e
9 # shellcheck source=../lib/coresight.sh
10 . "$(dirname $0)"/../lib/coresight.sh
H A Dthread_loop_check_tid_2.sh1 #!/bin/sh -e
9 # shellcheck source=../lib/coresight.sh
10 . "$(dirname $0)"/../lib/coresight.sh
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dpci_reset.sh14 source $lib_dir/lib.sh
15 source $lib_dir/devlink_lib.sh
/linux-master/drivers/md/
H A Draid5-ppl.c40 * sh->sector dd0 dd1 dd2 ppl
67 * a bio containing the header page and partial parity pages (sh->ppl_page) for
158 ops_run_partial_parity(struct stripe_head *sh, struct raid5_percpu *percpu, argument
161 int disks = sh->disks;
163 int count = 0, pd_idx = sh->pd_idx, i;
166 pr_debug("%s: stripe %llu\n", __func__, (unsigned long long)sh->sector);
174 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) {
180 srcs[count++] = sh->dev[pd_idx].page;
181 } else if (sh->reconstruct_state == reconstruct_state_drain_run) {
184 struct r5dev *dev = &sh
232 ppl_new_iounit(struct ppl_log *log, struct stripe_head *sh) argument
267 ppl_log_stripe(struct ppl_log *log, struct stripe_head *sh) argument
361 ppl_write_stripe(struct r5conf *conf, struct stripe_head *sh) argument
403 struct stripe_head *sh, *next; local
434 struct stripe_head *sh; local
566 struct stripe_head *sh; local
690 ppl_stripe_write_finished(struct stripe_head *sh) argument
844 struct stripe_head sh; local
[all...]
/linux-master/arch/sparc/math-emu/
H A Dsfp-util_64.h15 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
21 : "=r" (sh), \
29 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
35 : "=r" (sh), \
/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_neigh.sh5 # mirror_gre_topo_lib.sh for more details.
18 source lib.sh
19 source mirror_lib.sh
20 source mirror_gre_lib.sh
21 source mirror_gre_topo_lib.sh
H A Dmirror_gre_vlan.sh5 # mirror_gre_topo_lib.sh for more details.
15 source lib.sh
16 source mirror_lib.sh
17 source mirror_gre_lib.sh
18 source mirror_gre_topo_lib.sh
H A Dsch_ets.sh6 source sch_ets_core.sh
36 # Callback from sch_ets_tests.sh
H A Dmirror_gre_bridge_1d_vlan.sh5 # mirror_gre_topo_lib.sh for more details.
19 source lib.sh
20 source mirror_lib.sh
21 source mirror_gre_lib.sh
22 source mirror_gre_topo_lib.sh
H A Dmirror_gre_bridge_1q.sh8 # mirror_gre_topo_lib.sh for more details. The full topology is as follows:
46 source lib.sh
47 source mirror_lib.sh
48 source mirror_gre_lib.sh
49 source mirror_gre_topo_lib.sh
H A Dmirror_gre_bridge_1d.sh8 # mirror_gre_topo_lib.sh for more details. The full topology is as follows:
49 source lib.sh
50 source mirror_lib.sh
51 source mirror_gre_lib.sh
52 source mirror_gre_topo_lib.sh
/linux-master/drivers/scsi/pcmcia/
H A Dfdomain_cs.c34 struct Scsi_Host *sh; local
53 sh = fdomain_create(link->resource[0]->start, link->irq, 7, &link->dev);
54 if (!sh) {
60 link->priv = sh;
/linux-master/scripts/basic/
H A DMakefile9 gen-randstruct-seed := $(srctree)/scripts/gen-randstruct-seed.sh
/linux-master/tools/testing/selftests/intel_pstate/
H A DMakefile12 TEST_PROGS := run.sh
/linux-master/arch/sh/math-emu/
H A Dsfp-util.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
10 (sh) = (ah) + (bh) + (__x < (al)); \
14 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
18 (sh) = (ah) - (bh) - (__x > (al)); \
/linux-master/tools/testing/selftests/bpf/benchs/
H A Drun_bench_htab_mem.sh4 source ./benchs/run_common.sh
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck.sh8 # Usage: kvm-recheck.sh resdir ...
16 T="`mktemp ${TMPDIR-/tmp}/kvm-recheck.sh.XXXXXX`"
22 . functions.sh
42 kvm-recheck-${TORTURE_SUITE}.sh $i
54 configcheck.sh $i/.config $i/ConfigFragment > $i/ConfigFragment.diags 2>&1
73 parse-build.sh $i/Make.out $configfile
74 parse-console.sh $i/console.log $configfile
83 configcheck.sh $i/.config $i/ConfigFragment > $i/ConfigFragment.diags 2>&1
91 parse-build.sh $i/Make.out $configfile
125 EDITOR=echo kvm-find-errors.sh "
[all...]
/linux-master/tools/perf/tests/shell/
H A Dlist.sh1 #!/bin/sh
8 # shellcheck source=lib/setup_python.sh
9 . "${shelldir}"/lib/setup_python.sh
/linux-master/tools/testing/selftests/cpufreq/
H A Dmodule.sh13 source cpu.sh
14 source cpufreq.sh
15 source governor.sh
H A Dspecial-tests.sh15 source cpu.sh
16 source cpufreq.sh
17 source governor.sh
/linux-master/arch/sh/
H A DMakefile2 # arch/sh/Makefile
14 CROSS_COMPILE := $(call cc-cross-prefix, sh-linux- sh-linux-gnu- sh-unknown-linux-gnu-)
21 isa-$(CONFIG_SH_DSP) := sh
95 boot := arch/sh/boot
102 UTS_MACHINE := sh
106 ld-bfd := elf32-sh-linux
146 drivers-y += arch/sh/drivers/
148 KBUILD_CPPFLAGS += $(addprefix -I $(srctree)/arch/sh/includ
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umr.h31 __u32 se, sh, instance; member in struct:amdgpu_debugfs_regs2_iocdata::__anon158
41 __u32 se, sh, instance; member in struct:amdgpu_debugfs_regs2_iocdata_v2::__anon160
50 u32 gpr_or_wave, se, sh, cu, wave, simd, xcc_id; member in struct:amdgpu_debugfs_gprwave_iocdata
/linux-master/tools/perf/tests/shell/common/
H A Dinit.sh3 # init.sh
14 . ../common/settings.sh
15 . ../common/patterns.sh
17 THIS_TEST_NAME=`basename $0 .sh`
/linux-master/net/netfilter/ipset/
H A Dip_set_getport.c43 const struct sctphdr *sh; local
45 sh = skb_header_pointer(skb, protooff, sizeof(_sh), &_sh);
46 if (!sh)
50 *port = src ? sh->source : sh->dest;
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_qos.c326 const struct sparx5_shaper *sh, u32 layer,
332 if (!sh->rate && !sh->burst)
342 spx5_rmw(HSCH_SE_CFG_SE_FRM_MODE_SET(sh->mode), HSCH_SE_CFG_SE_FRM_MODE,
346 spx5_wr(HSCH_CIR_CFG_CIR_RATE_SET(sh->rate) |
347 HSCH_CIR_CFG_CIR_BURST_SET(sh->burst),
493 struct sparx5_shaper sh = { local
502 if (sparx5_lg_get_group_by_rate(layer, sh.rate, &group) < 0) {
504 sh.rate);
512 if (sh
325 sparx5_shaper_conf_set(struct sparx5_port *port, const struct sparx5_shaper *sh, u32 layer, u32 idx, u32 group) argument
527 struct sparx5_shaper sh = {0}; local
[all...]

Completed in 264 milliseconds

1234567891011>>