Searched refs:sh (Results 326 - 350 of 779) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/tracing/latency/
H A DMakefile.config7 $(eval LIB_INCLUDES += $(shell sh -c "$(PKG_CONFIG) --cflags lib$(1)"))
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dloopback.sh10 source "$lib_dir"/../../../net/forwarding/tc_common.sh
11 source "$lib_dir"/../../../net/forwarding/lib.sh
/linux-master/tools/testing/selftests/drivers/net/virtio_net/
H A Dbasic_features.sh4 # See virtio_net_common.sh comments for more details about assumed setup
11 source virtio_net_common.sh
14 source "$lib_dir"/../../../net/forwarding/lib.sh
/linux-master/drivers/misc/sgi-gru/
H A Dgruhandles.h496 #define GRU_PAGESIZE(sh) ((((sh) > 20 ? (sh) + 2 : (sh)) >> 1) - 6)
497 #define GRU_SIZEAVAIL(sh) (1UL << GRU_PAGESIZE(sh))
/linux-master/scripts/
H A DMakefile.headersinst60 cmd_install = $(CONFIG_SHELL) $(srctree)/scripts/headers_install.sh $< $@
62 $(src-headers): $(dst)/%.h: $(src)/%.h $(srctree)/scripts/headers_install.sh FORCE
65 $(gen-headers): $(dst)/%.h: $(gen)/%.h $(srctree)/scripts/headers_install.sh FORCE
H A Drust_is_available.sh1 #!/bin/sh
8 min_tool_version=$(dirname $0)/min-tool-version.sh
232 cc_name=$($(dirname $0)/cc-version.sh $CC | cut -f1 -d' ')
/linux-master/tools/testing/selftests/bpf/
H A DMakefile111 TEST_FILES = xsk_prereqs.sh $(wildcard progs/btf_dump_test_case_*.c)
114 TEST_PROGS := test_kmod.sh \
115 test_xdp_redirect.sh \
116 test_xdp_redirect_multi.sh \
117 test_xdp_meta.sh \
118 test_xdp_veth.sh \
119 test_tunnel.sh \
120 test_lwt_seg6local.sh \
121 test_lirc_mode2.sh \
122 test_skb_cgroup_id.sh \
[all...]
/linux-master/tools/objtool/include/objtool/
H A Delf.h37 GElf_Shdr sh; member in struct:section
179 return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL;
196 return sec->sh.sh_size / sec->sh.sh_entsize;
208 return rsec->data->d_buf + (reloc_idx(reloc) * rsec->sh.sh_entsize);
219 return reloc->sec->sh.sh_entsize < 16;
/linux-master/tools/perf/
H A DMakefile.perf263 @./check-headers.sh
312 SCRIPT_SH += perf-archive.sh
313 SCRIPT_SH += perf-iostat.sh
391 SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH))
420 SHELL_PATH = /bin/sh
485 drm_ioctl_tbl := $(srctree)/tools/perf/trace/beauty/drm_ioctl.sh
494 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
500 fsmount_tbls := $(srctree)/tools/perf/trace/beauty/fsmount.sh
506 fspick_tbls := $(srctree)/tools/perf/trace/beauty/fspick.sh
512 fsconfig_tbls := $(srctree)/tools/perf/trace/beauty/fsconfig.sh
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_vlan_bridge_1q.sh59 source lib.sh
60 source mirror_lib.sh
61 source mirror_gre_lib.sh
62 source mirror_gre_topo_lib.sh
279 if ! bridge fdb sh dev $swp2 vlan 555 master \
H A Dmirror_gre_bound.sh51 source lib.sh
52 source mirror_lib.sh
53 source mirror_gre_lib.sh
/linux-master/arch/sparc/vdso/
H A Dvdso2c.h66 ELF(Shdr) *sh = raw_addr + GET_BE(&hdr->e_shoff) +
68 if (GET_BE(&sh->sh_type) == SHT_SYMTAB)
69 symtab_hdr = sh;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_acl_drops.sh13 source $lib_dir/tc_common.sh
14 source $lib_dir/lib.sh
15 source $lib_dir/devlink_lib.sh
H A Dfib.sh33 source $lib_dir/lib.sh
34 source $lib_dir/devlink_lib.sh
35 source $lib_dir/fib_offload_lib.sh
H A Dsharedbuffer.sh11 source ../../../net/forwarding/lib.sh
12 source ../../../net/forwarding/devlink_lib.sh
13 source mlxsw_lib.sh
H A Dtc_police_occ.sh13 source $lib_dir/lib.sh
14 source $lib_dir/devlink_lib.sh
H A Drif_mac_profiles_occ.sh10 source $lib_dir/lib.sh
11 source $lib_dir/devlink_lib.sh
/linux-master/arch/x86/entry/syscalls/
H A DMakefile11 syshdr := $(srctree)/scripts/syscallhdr.sh
12 systbl := $(srctree)/scripts/syscalltbl.sh
60 $(out)/xen-hypercalls.h: $(srctree)/scripts/xen-hypercalls.sh FORCE
/linux-master/tools/testing/selftests/x86/
H A DMakefile9 CAN_BUILD_I386 := $(shell ./check_cc.sh "$(CC)" trivial_32bit_program.c -m32)
10 CAN_BUILD_X86_64 := $(shell ./check_cc.sh "$(CC)" trivial_64bit_program.c)
11 CAN_BUILD_WITH_NOPIE := $(shell ./check_cc.sh "$(CC)" trivial_program.c -no-pie)
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-pause.sh4 source ethtool-common.sh
/linux-master/arch/um/kernel/
H A DMakefile50 cmd_mkcapflags = $(CONFIG_SHELL) $(srctree)/$(src)/../../x86/kernel/cpu/mkcapflags.sh $@ $^
55 $(obj)/capflags.c: $(cpufeature) $(vmxfeature) $(src)/../../x86/kernel/cpu/mkcapflags.sh FORCE
/linux-master/security/
H A Dlsm_audit.c79 struct sctphdr *sh = sctp_hdr(skb); local
81 ad->u.net->sport = sh->source;
82 ad->u.net->dport = sh->dest;
155 struct sctphdr _sctph, *sh; local
157 sh = skb_header_pointer(skb, offset, sizeof(_sctph), &_sctph);
158 if (sh == NULL)
160 ad->u.net->sport = sh->source;
161 ad->u.net->dport = sh->dest;
/linux-master/tools/testing/selftests/bpf/benchs/
H A Drun_bench_ringbufs.sh3 source ./benchs/run_common.sh
/linux-master/samples/pktgen/
H A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh11 source ${basedir}/functions.sh
15 source ${basedir}/parameters.sh
/linux-master/tools/perf/tests/shell/
H A Dtest_uprobe_from_different_cu.sh13 temp_dir=$(mktemp -d /tmp/perf-uprobe-different-cu-sh.XXXXXXXXXX)
18 if [[ "${temp_dir}" =~ ^/tmp/perf-uprobe-different-cu-sh.*$ ]]; then

Completed in 222 milliseconds

<<11121314151617181920>>