/linux/tools/testing/selftests/net/forwarding/ |
A D | Makefile | 8 ethtool.sh \ 11 gre_multipath.sh \ 21 loopback.sh \ 32 mirror_gre.sh \ 42 router.sh \ 44 sch_ets.sh \ 49 tc_chains.sh \ 51 tc_flower.sh \ 66 ipip_lib.sh \ 67 lib.sh \ [all …]
|
/linux/tools/testing/selftests/net/ |
A D | Makefile | 7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh \ 8 rtnetlink.sh xfrm_policy.sh test_blackhole_dev.sh 9 TEST_PROGS += fib_tests.sh fib-onlink-tests.sh pmtu.sh udpgso.sh ip_defrag.sh 10 TEST_PROGS += udpgso_bench.sh fib_rule_tests.sh msg_zerocopy.sh psock_snd.sh 11 TEST_PROGS += udpgro_bench.sh udpgro.sh test_vxlan_under_vrf.sh reuseport_addr_any.sh 12 TEST_PROGS += test_vxlan_fdb_changelink.sh so_txtime.sh ipv6_flowlabel.sh 13 TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh traceroute.sh 14 TEST_PROGS += fin_ack_lat.sh fib_nexthop_multiprefix.sh fib_nexthops.sh 15 TEST_PROGS += altnames.sh icmp.sh icmp_redirect.sh ip6_gre_headroom.sh 38 TEST_PROGS_EXTENDED := in_netns.sh setup_loopback.sh setup_veth.sh [all …]
|
A D | psock_snd.sh | 25 ./in_netns.sh ./psock_snd -d 28 ./in_netns.sh ./psock_snd -d -b 31 ./in_netns.sh ./psock_snd 34 ./in_netns.sh ./psock_snd -b 37 ./in_netns.sh ./psock_snd -q 40 ./in_netns.sh ./psock_snd -V 43 ./in_netns.sh ./psock_snd -v 46 ./in_netns.sh ./psock_snd -v -c 49 (! ./in_netns.sh ./psock_snd -v -c -C) 55 ./in_netns.sh ./psock_snd -l 0 [all …]
|
A D | udpgso.sh | 7 ./in_netns.sh ./udpgso -4 -C 10 ./in_netns.sh ./udpgso -4 -C -s 13 ./in_netns.sh ./udpgso -6 -C 16 ./in_netns.sh ./udpgso -6 -C -s 19 ./in_netns.sh ./udpgso -4 -c 26 ./in_netns.sh ./udpgso -4 -C -m 29 ./in_netns.sh ./udpgso -6 -C -m
|
/linux/drivers/md/ |
A D | raid5.c | 118 if (sh->qd_idx == sh->disks - 1) in raid6_d0() 2869 if (sh->batch_head && sh != sh->batch_head) in raid5_end_write_request() 4266 dev = &sh->dev[sh->pd_idx]; in handle_parity_checks5() 4318 &sh->dev[sh->pd_idx].flags); in handle_parity_checks5() 4319 sh->ops.target = sh->pd_idx; in handle_parity_checks5() 4787 return (sh->batch_head && sh->batch_head != sh); in clear_batch_ready() 4798 if (sh->batch_head != sh) { in clear_batch_ready() 4929 atomic_read(&sh->count), sh->pd_idx, sh->qd_idx, in handle_stripe() 5025 pdev = &sh->dev[sh->pd_idx]; in handle_stripe() 5028 qdev = &sh->dev[sh->qd_idx]; in handle_stripe() [all …]
|
A D | raid5-cache.c | 929 if (i == sh->pd_idx || i == sh->qd_idx) in r5l_log_stripe() 948 sh->sector, sh->dev[sh->pd_idx].log_checksum, in r5l_log_stripe() 949 sh->dev[sh->qd_idx].log_checksum, true); in r5l_log_stripe() 954 sh->sector, sh->dev[sh->pd_idx].log_checksum, in r5l_log_stripe() 1005 if (sh->log_io || !test_bit(R5_Wantwrite, &sh->dev[sh->pd_idx].flags) || in r5l_write_stripe() 1843 sh->dev[sh->pd_idx].log_checksum = in r5l_recovery_load_parity() 1849 log, ctx, sh->dev[sh->qd_idx].page, in r5l_recovery_load_parity() 1851 sh->dev[sh->qd_idx].log_checksum = in r5l_recovery_load_parity() 1935 if (!sh) in r5c_recovery_alloc_stripe() 2770 if (sh->dev[i].page != sh->dev[i].orig_page) { in r5c_release_extra_page() [all …]
|
A D | raid5-log.h | 21 extern void r5c_release_extra_page(struct stripe_head *sh); 22 extern void r5c_use_extra_page(struct stripe_head *sh); 25 struct stripe_head *sh, int disks); 62 struct r5conf *conf = sh->raid_conf; in log_stripe() 65 if (!test_bit(STRIPE_R5C_CACHING, &sh->state)) { in log_stripe() 69 return r5l_write_stripe(conf->log, sh); in log_stripe() 72 return r5c_cache_data(conf->log, sh); in log_stripe() 75 return ppl_write_stripe(conf, sh); in log_stripe() 83 struct r5conf *conf = sh->raid_conf; in log_stripe_write_finished() 86 r5l_stripe_write_finished(sh); in log_stripe_write_finished() [all …]
|
A D | raid5-ppl.c | 161 int disks = sh->disks; in ops_run_partial_parity() 193 NULL, sh, (void *) (srcs + sh->disks + 2)); in ops_run_partial_parity() 355 sh->ppl_io = io; in ppl_log_stripe() 366 if (io || test_bit(STRIPE_SYNCING, &sh->state) || !sh->ppl_page || in ppl_write_stripe() 367 !test_bit(R5_Wantwrite, &sh->dev[sh->pd_idx].flags) || in ppl_write_stripe() 368 !test_bit(R5_Insync, &sh->dev[sh->pd_idx].flags)) { in ppl_write_stripe() 384 atomic_inc(&sh->count); in ppl_write_stripe() 435 struct stripe_head *sh; in ppl_submit_iounit() local 705 io = sh->ppl_io; in ppl_stripe_write_finished() 706 sh->ppl_io = NULL; in ppl_stripe_write_finished() [all …]
|
/linux/drivers/scsi/ |
A D | aha1542.c | 755 if (!sh) in aha1542_hw_init() 777 sh->this_id, base_io, sh->irq, dma_info); in aha1542_hw_init() 807 if (sh->dma_channel == 0 || sh->dma_channel >= 5) { in aha1542_hw_init() 818 return sh; in aha1542_hw_init() 824 free_irq(sh->irq, sh); in aha1542_hw_init() 851 if (sh->irq) in aha1542_release() 852 free_irq(sh->irq, sh); in aha1542_release() 853 if (sh->io_port && sh->n_io_port) in aha1542_release() 854 release_region(sh->io_port, sh->n_io_port); in aha1542_release() 1057 if (!sh) in aha1542_isa_match() [all …]
|
A D | fdomain.c | 509 struct Scsi_Host *sh; in fdomain_create() local 532 if (!sh) in fdomain_create() 538 sh->irq = irq; in fdomain_create() 539 sh->io_port = base; in fdomain_create() 542 fd = shost_priv(sh); in fdomain_create() 560 scsi_scan_host(sh); in fdomain_create() 562 return sh; in fdomain_create() 567 scsi_host_put(sh); in fdomain_create() 577 scsi_remove_host(sh); in fdomain_destroy() 578 if (sh->irq) in fdomain_destroy() [all …]
|
A D | fdomain_isa.c | 88 struct Scsi_Host *sh; in fdomain_isa_match() local 138 sh = fdomain_create(base, irq, this_id, dev); in fdomain_isa_match() 139 if (!sh) { in fdomain_isa_match() 144 dev_set_drvdata(dev, sh); in fdomain_isa_match() 153 struct Scsi_Host *sh; in fdomain_isa_param_match() local 167 sh = fdomain_create(io[ndev], irq_, scsi_id[ndev], dev); in fdomain_isa_param_match() 168 if (!sh) { in fdomain_isa_param_match() 174 dev_set_drvdata(dev, sh); in fdomain_isa_param_match() 180 struct Scsi_Host *sh = dev_get_drvdata(dev); in fdomain_isa_remove() local 181 int base = sh->io_port; in fdomain_isa_remove() [all …]
|
/linux/tools/testing/selftests/netfilter/ |
A D | Makefile | 4 TEST_PROGS := nft_trans_stress.sh nft_fib.sh nft_nat.sh bridge_brouter.sh \ 5 conntrack_icmp_related.sh nft_flowtable.sh ipvs.sh \ 6 nft_concat_range.sh nft_conntrack_helper.sh \ 7 nft_queue.sh nft_meta.sh nf_nat_edemux.sh \ 8 ipip-conntrack-mtu.sh conntrack_tcp_unreplied.sh \ 9 conntrack_vrf.sh
|
/linux/tools/testing/selftests/x86/ |
A D | syscall_numbering.c | 80 unsigned int level = sh ? sh->indent : 0; in offset() 175 sh->indent++; in _check_for() 177 sh->indent++; in _check_for() 191 sh->indent--; in _check_for() 203 sh->indent--; in _check_for() 234 sh->indent++; in test_x32() 245 sh->indent--; in test_x32() 310 sh->indent++; in test_syscall_numbering() 321 sh->indent++; in test_syscall_numbering() 329 sh->indent--; in test_syscall_numbering() [all …]
|
/linux/tools/testing/selftests/rcutorture/bin/ |
A D | kvm-remote.sh | 24 . functions.sh 46 TD=kvm-remote.sh.$$ 69 kvm.sh --remote "$@" $datestamp --buildonly > $T/kvm.sh.out 2>&1 73 echo $scriptname: kvm.sh failed exit code $? 74 cat $T/kvm.sh.out 82 cat $T/kvm.sh.out | tee -a "$oldrun/remote-log" 85 kvm-again.sh $oldrun --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1 90 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log" 103 kvm-again.sh "$oldrun" "$@" --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1 116 cat $T/kvm-again.sh.out [all …]
|
A D | configinit.sh | 18 T=${TMPDIR-/tmp}/configinit.sh.$$ 27 sed -e 's/^\(CONFIG[0-9A-Z_]*\)=.*$/grep -v "^# \1" |/' < $c > $T/u.sh 28 sed -e 's/^\(CONFIG[0-9A-Z_]*=\).*$/grep -v \1 |/' < $c >> $T/u.sh 29 grep '^grep' < $T/u.sh > $T/upd.sh 30 echo "cat - $c" >> $T/upd.sh 37 sh $T/upd.sh < .config.sav > .config 42 configcheck.sh .config $c
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
A D | phy_cmn.c | 359 if (sh == NULL) in wlc_phy_shared_attach() 366 sh->vid = shp->vid; in wlc_phy_shared_attach() 367 sh->did = shp->did; in wlc_phy_shared_attach() 383 return sh; in wlc_phy_shared_attach() 437 pi = sh->phy_head; in wlc_phy_attach() 449 pi->sh = sh; in wlc_phy_attach() 565 sh->phy_head = pi; in wlc_phy_attach() 1082 pi->nphy_perical_last = pi->sh->now - pi->sh->glacial_timer; in wlc_phy_mute_upd() 1374 if (pi->sh->up) { in wlc_phy_txpower_set() 2216 pi->sh->phy_noise_window[pi->sh->phy_noise_index] = in wlc_phy_noise_cb() [all …]
|
/linux/lib/mpi/ |
A D | longlong.h | 179 : "=r" (sh), \ 188 : "=r" (sh), \ 400 : "=r" (sh), \ 409 : "=r" (sh), \ 725 : "=r" (sh), \ 732 : "=r" (sh), \ 739 : "=r" (sh), \ 750 : "=r" (sh), \ 757 : "=r" (sh), \ 764 : "=r" (sh), \ [all …]
|
/linux/drivers/xen/events/ |
A D | events_2l.c | 148 struct shared_info *sh, in active_evtchns() argument 151 return sh->evtchn_pending[idx] & in active_evtchns() 153 ~sh->evtchn_mask[idx]; in active_evtchns() 295 sh->evtchn_pending[i], in xen_debug_interrupt() 300 (int)(sizeof(sh->evtchn_mask[0])*2), in xen_debug_interrupt() 301 sh->evtchn_mask[i], in xen_debug_interrupt() 307 (int)(sizeof(sh->evtchn_mask[0])*2), in xen_debug_interrupt() 308 sh->evtchn_pending[i] & ~sh->evtchn_mask[i], in xen_debug_interrupt() 319 xen_ulong_t pending = sh->evtchn_pending[i] in xen_debug_interrupt() 320 & ~sh->evtchn_mask[i] in xen_debug_interrupt() [all …]
|
/linux/tools/memory-model/scripts/ |
A D | checklitmushist.sh | 17 . scripts/parseargs.sh 19 T=/tmp/checklitmushist.sh.$$ 27 echo Run scripts/initlitmushist.sh first, need litmus repo. 35 find litmus -type d -print | ( cd $T/results; sed -e 's/^/mkdir -p /' | sh ) 47 scripts/runlitmushist.sh < $T/list-C-short > $T/runlitmushist.sh.out 2>&1 56 sed -e 's,^.*$,cp & '"$ddir"'/&.new,' | sh ) 59 sh scripts/cmplitmushist.sh
|
A D | README | 8 checkalllitmus.sh 14 checkghlitmus.sh 21 checklitmushist.sh 24 initlitmushist.sh or newlitmushist.sh runs, comparing the 27 checklitmus.sh 31 cmplitmushist.sh 38 initlitmushist.sh 44 judgelitmus.sh 51 newlitmushist.sh 57 parseargs.sh [all …]
|
/linux/tools/testing/selftests/bpf/ |
A D | test_flow_dissector.sh | 55 ../net/in_netns.sh "$0" "$@" 120 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \ 123 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \ 126 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \ 131 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e gre -i 4 \ 134 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e gre -i 4 \ 137 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e gre -i 4 \
|
/linux/tools/testing/selftests/damon/ |
A D | Makefile | 6 TEST_FILES = _chk_dependency.sh _debugfs_common.sh 7 TEST_PROGS = debugfs_attrs.sh debugfs_schemes.sh debugfs_target_ids.sh 8 TEST_PROGS += debugfs_empty_targets.sh debugfs_huge_count_read_write.sh
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_mqd_manager.c | 102 int i, se, sh, cu; in mqd_symmetrically_map_cu_mask() local 132 for (sh = 0; sh < cu_info.num_shader_arrays_per_engine; sh++) in mqd_symmetrically_map_cu_mask() 133 cu_per_sh[se][sh] = hweight32(cu_info.cu_bitmap[se % 4][sh + (se / 4)]); in mqd_symmetrically_map_cu_mask() 163 for (sh = 0; sh < cu_info.num_shader_arrays_per_engine; sh++) { in mqd_symmetrically_map_cu_mask() 165 if (cu_per_sh[se][sh] > cu) { in mqd_symmetrically_map_cu_mask() 167 se_mask[se] |= 1 << (cu + sh * 16); in mqd_symmetrically_map_cu_mask()
|
/linux/arch/sh/ |
A D | 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 117 head-y := arch/sh/kernel/head_32.o 140 core-y += $(addprefix arch/sh/boards/, \ 148 core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ 167 drivers-y += arch/sh/drivers/ 184 libs-y := arch/sh/lib/ $(libs-y) [all …]
|
/linux/tools/objtool/ |
A D | elf.c | 276 if (sec->sh.sh_size != 0) { in read_sections() 356 symbols_nr = symtab->sh.sh_size / symtab->sh.sh_entsize; in read_symbols() 512 sec->reloc->sh.sh_size += sec->reloc->sh.sh_entsize; in elf_add_reloc() 606 for (i = 0; i < sec->sh.sh_size / sec->sh.sh_entsize; i++) { in read_relocs() 738 len = strtab->sh.sh_size; in elf_add_string() 800 sec->sh.sh_size = size; in elf_create_section() 803 sec->sh.sh_addralign = 1; in elf_create_section() 815 if (sec->sh.sh_name == -1) in elf_create_section() 848 sec->sh.sh_type = SHT_REL; in elf_create_rel_reloc_section() 849 sec->sh.sh_addralign = 8; in elf_create_rel_reloc_section() [all …]
|