Searched refs:sh (Results 226 - 250 of 752) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager.c107 int i, se, sh, cu, cu_bitmap_sh_mul, cu_inc = wgp_mode_req ? 2 : 1; local
140 * Each half of se_mask must be filled only on bits 0-cu_per_sh[se][sh]-1.
146 for (sh = 0; sh < gfx_info->max_sh_per_se; sh++)
147 cu_per_sh[se][sh] = hweight32(
148 cu_info->bitmap[xcc_inst][se % 4][sh + (se / 4) *
192 for (sh = 0; sh < gfx_info->max_sh_per_se; sh
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h209 * #define add_ssaaaa(sh,sl,ah,al,bh,bl) (sh = ah+bh+ (( sl = al+bl) < al))
216 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
220 : "=r" (sh), "=&r" (sl) : "r" (ah), "%r" (al), "rI" (bl));\
223 : "=r" (sh), "=&r" (sl) : "r" (ah), "%r" (al), "rI" (bl));\
226 : "=r" (sh), "=&r" (sl) \
231 * #define sub_ddmmss(sh, sl, ah, al, bh, bl) (sh = ah-bh - ((sl = al-bl) > al))
239 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
243 : "=r" (sh), "
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c121 wlapi_bmac_ucode_wake_override_phyreg_set(pi->sh->physhim);
127 wlapi_bmac_ucode_wake_override_phyreg_clear(pi->sh->physhim);
133 wlapi_bmac_mctrl(pi->sh->physhim, MCTL_LOCK_RADIO, MCTL_LOCK_RADIO);
144 wlapi_bmac_mctrl(pi->sh->physhim, MCTL_LOCK_RADIO, 0);
174 if ((D11REV_GE(pi->sh->corerev, 24)) ||
175 (D11REV_IS(pi->sh->corerev, 22)
190 if ((D11REV_GE(pi->sh->corerev, 24)) ||
191 (D11REV_IS(pi->sh->corerev, 22)
212 if (D11REV_GE(pi->sh->corerev, 24)) {
356 struct shared_phy *sh; local
419 wlc_phy_attach(struct shared_phy *sh, struct bcma_device *d11core, int bandtype, struct wiphy *wiphy) argument
[all...]
/linux-master/tools/testing/ktest/examples/include/
H A Dbootconfig.conf39 BOOTCONFIG_VERIFY = verify-boottrace.sh
51 BOOTCONFIG_VERIFY = verify-functiongraph.sh
63 BOOTCONFIG_VERIFY = verify-tracing.sh
/linux-master/drivers/scsi/
H A Dwd719x.c207 static int wd719x_queuecommand(struct Scsi_Host *sh, struct scsi_cmnd *cmd) argument
212 struct wd719x *wd = shost_priv(sh);
272 spin_lock_irqsave(wd->sh->host_lock, flags);
276 spin_unlock_irqrestore(wd->sh->host_lock, flags);
287 spin_unlock_irqrestore(wd->sh->host_lock, flags);
475 spin_lock_irqsave(wd->sh->host_lock, flags);
480 spin_unlock_irqrestore(wd->sh->host_lock, flags);
497 spin_lock_irqsave(wd->sh->host_lock, flags);
506 spin_unlock_irqrestore(wd->sh->host_lock, flags);
530 spin_lock_irqsave(wd->sh
810 wd719x_board_found(struct Scsi_Host *sh) argument
900 struct Scsi_Host *sh; local
963 struct Scsi_Host *sh = pci_get_drvdata(pdev); local
[all...]
H A Dscsi_proto_test.c37 } sh = { .arr = { 1, 2, 3, 4, 0, 0, 5, 6 } }; local
38 KUNIT_EXPECT_EQ(test, get_unaligned_be32(&sh.h.len), 0x1020304);
39 KUNIT_EXPECT_EQ(test, get_unaligned_be16(&sh.h.number_of_open_streams),
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap.sh14 source $lib_dir/tc_common.sh
15 source $lib_dir/lib.sh
16 source $lib_dir/devlink_lib.sh
H A Dtc_action_hw_stats.sh14 source $lib_dir/tc_common.sh
15 source $lib_dir/lib.sh
16 source $lib_dir/devlink_lib.sh
/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_vlan.sh4 # This test uses standard topology for testing mirroring. See mirror_topo_lib.sh
15 source lib.sh
16 source mirror_lib.sh
17 source mirror_topo_lib.sh
H A Dmirror_gre_flower.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_nh.sh5 # mirror_gre_topo_lib.sh for more details.
16 source lib.sh
17 source mirror_lib.sh
18 source mirror_gre_lib.sh
19 source mirror_gre_topo_lib.sh
H A Dmirror_gre.sh5 # mirror_gre_topo_lib.sh for more details.
22 source lib.sh
23 source mirror_lib.sh
24 source mirror_gre_lib.sh
25 source mirror_gre_topo_lib.sh
H A Dsch_tbf_root.sh9 source $lib_dir/sch_tbf_core.sh
/linux-master/arch/mips/kernel/syscalls/
H A DMakefile7 syshdr := $(srctree)/scripts/syscallhdr.sh
8 sysnr := $(srctree)/$(src)/syscallnr.sh
9 systbl := $(srctree)/scripts/syscalltbl.sh
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond-eth-type-change.sh14 source "$lib_dir"/../../../net/forwarding/lib.sh
20 ip -d l sh dev "$bonddev" | grep -q "MASTER"
23 ip -d l sh dev "$bonddev" | grep -q "SLAVE"
H A Dbond_topo_3d1c.sh28 source bond_topo_2d1c.sh
/linux-master/net/netfilter/
H A Dxt_sctp.c121 const struct sctphdr *sh; local
129 sh = skb_header_pointer(skb, par->thoff, sizeof(_sh), &_sh);
130 if (sh == NULL) {
135 pr_debug("spt: %d\tdpt: %d\n", ntohs(sh->source), ntohs(sh->dest));
137 return SCCHECK(ntohs(sh->source) >= info->spts[0]
138 && ntohs(sh->source) <= info->spts[1],
140 SCCHECK(ntohs(sh->dest) >= info->dpts[0]
141 && ntohs(sh->dest) <= info->dpts[1],
/linux-master/include/linux/
H A Dreciprocal_div.h41 u8 sh, exp; member in struct:reciprocal_value_adv
94 * result >>= rvalue.sh - 1;
99 * result >>= rvalue.sh;
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_fdb_changelink.sh9 local N=$(bridge fdb sh dev vx | grep 00:00:00:00:00:00 | wc -l)
/linux-master/tools/testing/selftests/
H A Dgen_kselftest_tar.sh50 ./kselftest_install.sh "$install_dir"
/linux-master/scripts/
H A Dld-version.sh1 #!/bin/sh
33 min_tool_version=$(dirname $0)/min-tool-version.sh
/linux-master/sound/
H A DMakefile7 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
/linux-master/tools/hv/
H A DMakefile23 ALL_SCRIPTS := hv_get_dhcp_info.sh hv_get_dns_info.sh hv_set_ifconfig.sh
61 install $$script -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd/$${script%.sh}; \
/linux-master/tools/testing/selftests/powerpc/security/
H A DMakefile4 TEST_PROGS := mitigation-patching.sh
/linux-master/tools/testing/selftests/futex/functional/
H A DMakefile22 TEST_PROGS := run.sh

Completed in 327 milliseconds

1234567891011>>