| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | Makefile | 4 bridge_activity_notify.sh \ 5 bridge_fdb_learning_limit.sh \ 6 bridge_fdb_local_vlan_0.sh \ 7 bridge_igmp.sh \ 8 bridge_locked_port.sh \ 9 bridge_mdb.sh \ 10 bridge_mdb_host.sh \ 11 bridge_mdb_max.sh \ 12 bridge_mdb_port_down.sh \ 13 bridge_mld.sh \ [all...] |
| /linux/tools/testing/selftests/net/ |
| H A D | Makefile | 10 altnames.sh \ 11 amt.sh \ 12 arp_ndisc_evict_nocarrier.sh \ 13 arp_ndisc_untracked_subnets.sh \ 14 bareudp.sh \ 15 big_tcp.sh \ 16 bind_bhash.sh \ 18 bridge_stp_mode.sh \ 19 bridge_vlan_dump.sh \ 20 broadcast_ether_dst.sh \ [all …]
|
| H 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 …]
|
| H A D | ipv6_flowlabel.sh | 11 ./in_netns.sh ./ipv6_flowlabel_mgr 14 ./in_netns.sh \ 15 sh -c 'sysctl -q -w net.ipv6.auto_flowlabels=0 && ./ipv6_flowlabel -l 1' 18 ./in_netns.sh \ 19 sh -c 'sysctl -q -w net.ipv6.auto_flowlabels=1 && ./ipv6_flowlabel -l 1' 22 ./in_netns.sh \ 23 sh -c 'sysctl -q -w net.ipv6.flowlabel_reflect=4 && \ 28 ./in_netns.sh \ 29 sh -c './ipv6_flowlabel -l 1 -s' 32 ./in_netns.sh \ [all …]
|
| H A D | udpgso.sh | 62 ./in_netns.sh "$0" test_dev_mtu -- ./udpgso -4 -C 65 ./in_netns.sh "$0" test_dev_mtu -- ./udpgso -4 -C -s 68 ./in_netns.sh "$0" test_dev_mtu -- ./udpgso -6 -C 71 ./in_netns.sh "$0" test_dev_mtu -- ./udpgso -6 -C -s 74 ./in_netns.sh "$0" test_route_mtu -- ./udpgso -4 -c 77 ./in_netns.sh "$0" test_route_mtu -- ./udpgso -6 -c 80 ./in_netns.sh "$0" test_dev_mtu -- ./udpgso -4 -C -m 83 ./in_netns.sh "$0" test_dev_mtu -- ./udpgso -6 -C -m 86 ./in_netns.sh "$0" test_hw_gso_hw_csum -- ./udpgso -4 -C -R 89 ./in_netns.sh "$0" test_hw_gso_hw_csum -- ./udpgso -6 -C -R [all …]
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | Makefile | 10 TEST_PROGS := test_generic_02.sh 11 TEST_PROGS += test_generic_03.sh 12 TEST_PROGS += test_generic_06.sh 13 TEST_PROGS += test_generic_07.sh 15 TEST_PROGS += test_generic_08.sh 16 TEST_PROGS += test_generic_09.sh 17 TEST_PROGS += test_generic_10.sh 18 TEST_PROGS += test_generic_12.sh 19 TEST_PROGS += test_generic_13.sh 20 TEST_PROGS += test_generic_16.sh [all …]
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | Makefile | 10 br_netfilter.sh \ 11 br_netfilter_queue.sh \ 12 bridge_brouter.sh \ 13 conntrack_clash.sh \ 14 conntrack_dump_flush.sh \ 15 conntrack_icmp_related.sh \ 16 conntrack_ipip_mtu.sh \ 17 conntrack_resize.sh \ 18 conntrack_reverse_clash.sh \ 19 conntrack_sctp_collision.sh \ [all …]
|
| /linux/drivers/md/ |
| H A D | raid5.c | 124 static inline int raid6_d0(struct stripe_head *sh) in raid6_d0() argument 126 if (sh->ddf_layout) in raid6_d0() 130 if (sh->qd_idx == sh->disks - 1) in raid6_d0() 133 return sh->qd_idx + 1; in raid6_d0() 146 static int raid6_idx_to_slot(int idx, struct stripe_head *sh, in raid6_idx_to_slot() argument 151 if (sh->ddf_layout) in raid6_idx_to_slot() 153 if (idx == sh->pd_idx) in raid6_idx_to_slot() 155 if (idx == sh->qd_idx) in raid6_idx_to_slot() 157 if (!sh->ddf_layout) in raid6_idx_to_slot() 164 static int stripe_operations_active(struct stripe_head *sh) in stripe_operations_active() argument [all …]
|
| H A D | raid5-log.h | 10 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); [all …]
|
| H A D | raid5-ppl.c | 158 ops_run_partial_parity(struct stripe_head *sh, struct raid5_percpu *percpu, in ops_run_partial_parity() argument 161 int disks = sh->disks; in ops_run_partial_parity() 163 int count = 0, pd_idx = sh->pd_idx, i; in ops_run_partial_parity() 166 pr_debug("%s: stripe %llu\n", __func__, (unsigned long long)sh->sector); in ops_run_partial_parity() 174 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_partial_parity() 180 srcs[count++] = sh->dev[pd_idx].page; in ops_run_partial_parity() 181 } else if (sh->reconstruct_state == reconstruct_state_drain_run) { in ops_run_partial_parity() 184 struct r5dev *dev = &sh->dev[i]; in ops_run_partial_parity() 193 NULL, sh, (void *) (srcs + sh->disks + 2)); in ops_run_partial_parity() 196 tx = async_memcpy(sh->ppl_page, srcs[0], 0, 0, PAGE_SIZE, in ops_run_partial_parity() [all …]
|
| /linux/tools/testing/selftests/drivers/net/dsa/ |
| H A D | Makefile | 4 bridge_locked_port.sh \ 5 bridge_mdb.sh \ 6 bridge_mld.sh \ 7 bridge_vlan_aware.sh \ 8 bridge_vlan_mcast.sh \ 9 bridge_vlan_unaware.sh \ 10 local_termination.sh \ 11 no_forwarding.sh \ 12 tc_actions.sh \ 13 test_bridge_fdb_stress.sh \ [all …]
|
| /linux/tools/testing/selftests/drivers/net/bonding/ |
| H A D | Makefile | 5 bond-arp-interval-causes-panic.sh \ 6 bond-break-lacpdu-tx.sh \ 7 bond-eth-type-change.sh \ 8 bond-lladdr-target.sh \ 9 bond_ipsec_offload.sh \ 10 bond_lacp_prio.sh \ 11 bond_macvlan_ipvlan.sh \ 12 bond_options.sh \ 13 bond_passive_lacp.sh \ 14 bond_stacked_header_parse.sh \ [all...] |
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | Makefile | 4 devlink.sh \ 5 devlink_in_netns.sh \ 6 devlink_trap.sh \ 7 ethtool-coalesce.sh \ 8 ethtool-features.sh \ 9 ethtool-fec.sh \ 10 ethtool-pause.sh \ 11 fib.sh \ 12 fib_notifications.sh \ 13 hw_stats_l3.sh \ [all...] |
| /linux/tools/testing/selftests/mm/ |
| H A D | Makefile | 115 CAN_BUILD_I386 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_32bit_program.c -m32) 116 CAN_BUILD_X86_64 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_64bit_program.c) 117 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_program.c -no-pie) 148 TEST_PROGS += ksft_compaction.sh 149 TEST_PROGS += ksft_cow.sh 150 TEST_PROGS += ksft_gup_test.sh 151 TEST_PROGS += ksft_hmm.sh 152 TEST_PROGS += ksft_hugetlb.sh 153 TEST_PROGS += ksft_hugevm.sh 154 TEST_PROGS += ksft_ksm.sh [all...] |
| /linux/tools/testing/selftests/drivers/net/team/ |
| H A D | Makefile | 5 decoupled_enablement.sh \ 6 dev_addr_lists.sh \ 7 non_ether_header_ops.sh \ 8 options.sh \ 9 propagation.sh \ 10 refleak.sh \ 11 teamd_activebackup.sh \ 12 transmit_failover.sh \ 16 team_lib.sh \ 17 ../bonding/lag_lib.sh \ [all …]
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | Makefile | 9 diag.sh \ 10 mptcp_connect.sh \ 11 mptcp_connect_checksum.sh \ 12 mptcp_connect_mmap.sh \ 13 mptcp_connect_sendfile.sh \ 14 mptcp_connect_splice.sh \ 15 mptcp_join.sh \ 16 mptcp_sockopt.sh \ 17 pm_netlink.sh \ 18 simult_flows.sh \ [all …]
|
| /linux/kernel/liveupdate/ |
| H A D | luo_session.c | 143 static int luo_session_insert(struct luo_session_header *sh, in luo_session_insert() argument 148 guard(rwsem_write)(&sh->rwsem); in luo_session_insert() 154 if (sh == &luo_session_global.outgoing) { in luo_session_insert() 155 if (sh->count == LUO_SESSION_MAX) in luo_session_insert() 165 list_for_each_entry(it, &sh->list, list) { in luo_session_insert() 169 list_add_tail(&session->list, &sh->list); in luo_session_insert() 170 sh->count++; in luo_session_insert() 175 static void luo_session_remove(struct luo_session_header *sh, in luo_session_remove() argument 178 guard(rwsem_write)(&sh->rwsem); in luo_session_remove() 180 sh->count--; in luo_session_remove() [all …]
|
| /linux/tools/testing/selftests/x86/ |
| H A D | syscall_numbering.c | 77 static volatile struct shared *sh; variable 81 unsigned int level = sh ? sh->indent : 0; in offset() 96 sh->nerr++; \ 101 sh->indent = 0; \ 134 sh->probing_syscall = true; in probe_syscall() 141 sh->probing_syscall = false; in probe_syscall() 176 sh->indent++; in _check_for() 178 sh->indent++; in _check_for() 192 sh->indent--; in _check_for() 204 sh->indent--; in _check_for() [all …]
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | Makefile | 25 ethtool.sh \ 26 ethtool_extended_state.sh \ 27 ethtool_mm.sh \ 28 ethtool_rmon.sh \ 29 ethtool_std_stats.sh \ 31 hw_stats_l3.sh \ 32 hw_stats_l3_gre.sh \ 36 loopback.sh \ 55 ethtool_lib.sh \ 60 ../../../net/lib.sh \ [all …]
|
| /linux/tools/memory-model/scripts/ |
| H A D | README | 8 checkalllitmus.sh 14 checkghlitmus.sh 21 checklitmushist.sh 24 initlitmushist.sh or newlitmushist.sh runs, comparing the 27 checklitmus.sh 32 checktheselitmus.sh 35 expected results. This takes optional parseargs.sh arguments, 39 cmplitmushist.sh 46 initlitmushist.sh 52 judgelitmus.sh [all …]
|
| H A D | runlitmushist.sh | 18 . scripts/hwfnseg.sh 20 T=/tmp/runlitmushist.sh.$$ 70 print "if test -z " dq hwfnseg dq " || scripts/simpletest.sh " dq $2 dq 72 print "\techo runtest " dq $2 dq " " hwfnseg " >> " t "/" NR % ncpu ".sh"; 78 print "sh " t "/" i ".sh > " t "/" i ".sh.out 2>&1 &"; 79 close(t "/" i ".sh"); 88 nfail="`grep '!!!' $T/*.sh.out | wc -l`"
|
| H 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
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_cmn.c | 121 wlapi_bmac_ucode_wake_override_phyreg_set(pi->sh->physhim); in wlc_phyreg_enter() 127 wlapi_bmac_ucode_wake_override_phyreg_clear(pi->sh->physhim); in wlc_phyreg_exit() 157 if ((D11REV_GE(pi->sh->corerev, 24)) || in read_radio_reg() 158 (D11REV_IS(pi->sh->corerev, 22) in read_radio_reg() 173 if ((D11REV_GE(pi->sh->corerev, 24)) || in write_radio_reg() 174 (D11REV_IS(pi->sh->corerev, 22) in write_radio_reg() 195 if (D11REV_GE(pi->sh->corerev, 24)) { in read_radio_id() 334 struct shared_phy *sh; in wlc_phy_shared_attach() local 336 sh = kzalloc_obj(*sh, GFP_ATOMIC); in wlc_phy_shared_attach() 337 if (sh == NULL) in wlc_phy_shared_attach() [all …]
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | Makefile | 5 $(wildcard lib/sh/*.sh) \ 6 ../../net/lib.sh \
|
| /linux/drivers/xen/events/ |
| H 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() 266 struct shared_info *sh = HYPERVISOR_shared_info; in xen_debug_interrupt() local 292 for (i = ARRAY_SIZE(sh->evtchn_pending)-1; i >= 0; i--) in xen_debug_interrupt() 294 (int)sizeof(sh->evtchn_pending[0])*2, in xen_debug_interrupt() 295 sh->evtchn_pending[i], in xen_debug_interrupt() 298 for (i = ARRAY_SIZE(sh->evtchn_mask)-1; i >= 0; 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() [all …]
|