Home
last modified time | relevance | path

Searched full:sh (Results 1 – 25 of 1970) sorted by relevance

12345678910>>...79

/linux/tools/testing/selftests/net/forwarding/
H A DMakefile4 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 DMakefile10 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_vlan_dump.sh \
19 broadcast_ether_dst.sh \
20 broadcast_pmtu.sh \
[all …]
H A Dpsock_snd.sh25 ./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 Dipv6_flowlabel.sh1 #!/bin/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'
[all …]
H A Dudpgso.sh1 #!/bin/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
[all …]
/linux/tools/testing/selftests/ublk/
H A DMakefile10 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 DMakefile10 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 Draid5.c26 * (in add_stripe_bio) we update the in-memory bitmap and record in sh->bm_seq
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 in raid6_idx_to_slot()
164 stripe_operations_active(struct stripe_head * sh) stripe_operations_active() argument
171 stripe_is_lowprio(struct stripe_head * sh) stripe_is_lowprio() argument
178 raid5_wakeup_stripe_thread(struct stripe_head * sh) raid5_wakeup_stripe_thread() argument
225 do_release_stripe(struct r5conf * conf,struct stripe_head * sh,struct list_head * temp_inactive_list) do_release_stripe() argument
311 __release_stripe(struct r5conf * conf,struct stripe_head * sh,struct list_head * temp_inactive_list) __release_stripe() argument
372 struct stripe_head *sh, *t; release_stripe_list() local
397 raid5_release_stripe(struct stripe_head * sh) raid5_release_stripe() argument
428 remove_hash(struct stripe_head * sh) remove_hash() argument
436 insert_hash(struct r5conf * conf,struct stripe_head * sh) insert_hash() argument
449 struct stripe_head *sh = NULL; get_free_stripe() local
467 free_stripe_pages(struct stripe_head * sh) free_stripe_pages() argument
484 alloc_stripe_pages(struct stripe_head * sh,gfp_t gfp) alloc_stripe_pages() argument
505 init_stripe_shared_pages(struct stripe_head * sh,struct r5conf * conf,int disks) init_stripe_shared_pages() argument
525 shrink_buffers(struct stripe_head * sh) shrink_buffers() argument
548 grow_buffers(struct stripe_head * sh,gfp_t gfp) grow_buffers() argument
580 init_stripe(struct stripe_head * sh,sector_t sector,int previous) init_stripe() argument
625 struct stripe_head *sh; __find_stripe() local
639 struct stripe_head *sh; find_get_stripe() local
811 struct stripe_head *sh; raid5_get_active_stripe() local
878 is_full_stripe_write(struct stripe_head * sh) is_full_stripe_write() argument
906 stripe_can_batch(struct stripe_head * sh) stripe_can_batch() argument
918 stripe_add_to_batch_list(struct r5conf * conf,struct stripe_head * sh,struct stripe_head * last_sh) stripe_add_to_batch_list() argument
1015 use_new_offset(struct r5conf * conf,struct stripe_head * sh) use_new_offset() argument
1142 ops_run_io(struct stripe_head * sh,struct stripe_head_state * s) ops_run_io() argument
1364 async_copy_data(int frombio,struct bio * bio,struct page ** page,unsigned int poff,sector_t sector,struct dma_async_tx_descriptor * tx,struct stripe_head * sh,int no_skipcopy) async_copy_data() argument
1428 struct stripe_head *sh = stripe_head_ref; ops_complete_biofill() local
1464 ops_run_biofill(struct stripe_head * sh) ops_run_biofill() argument
1498 mark_target_uptodate(struct stripe_head * sh,int target) mark_target_uptodate() argument
1513 struct stripe_head *sh = stripe_head_ref; ops_complete_compute() local
1536 to_addr_conv(struct stripe_head * sh,struct raid5_percpu * percpu,int i) to_addr_conv() argument
1546 to_addr_offs(struct stripe_head * sh,struct raid5_percpu * percpu) to_addr_offs() argument
1552 ops_run_compute5(struct stripe_head * sh,struct raid5_percpu * percpu) ops_run_compute5() argument
1605 set_syndrome_sources(struct page ** srcs,unsigned int * offs,struct stripe_head * sh,int srctype) set_syndrome_sources() argument
1649 ops_run_compute6_1(struct stripe_head * sh,struct raid5_percpu * percpu) ops_run_compute6_1() argument
1713 ops_run_compute6_2(struct stripe_head * sh,struct raid5_percpu * percpu) ops_run_compute6_2() argument
1834 struct stripe_head *sh = stripe_head_ref; ops_complete_prexor() local
1848 ops_run_prexor5(struct stripe_head * sh,struct raid5_percpu * percpu,struct dma_async_tx_descriptor * tx) ops_run_prexor5() argument
1890 ops_run_prexor6(struct stripe_head * sh,struct raid5_percpu * percpu,struct dma_async_tx_descriptor * tx) ops_run_prexor6() argument
1912 ops_run_biodrain(struct stripe_head * sh,struct dma_async_tx_descriptor * tx) ops_run_biodrain() argument
1985 struct stripe_head *sh = stripe_head_ref; ops_complete_reconstruct() local
2031 ops_run_reconstruct5(struct stripe_head * sh,struct raid5_percpu * percpu,struct dma_async_tx_descriptor * tx) ops_run_reconstruct5() argument
2129 ops_run_reconstruct6(struct stripe_head * sh,struct raid5_percpu * percpu,struct dma_async_tx_descriptor * tx) ops_run_reconstruct6() argument
2193 struct stripe_head *sh = stripe_head_ref; ops_complete_check() local
2203 ops_run_check_p(struct stripe_head * sh,struct raid5_percpu * percpu) ops_run_check_p() argument
2244 ops_run_check_pq(struct stripe_head * sh,struct raid5_percpu * percpu,int checkp) ops_run_check_pq() argument
2267 raid_run_ops(struct stripe_head * sh,unsigned long ops_request) raid_run_ops() argument
2339 free_stripe(struct kmem_cache * sc,struct stripe_head * sh) free_stripe() argument
2352 struct stripe_head *sh; alloc_stripe() local
2384 struct stripe_head *sh; grow_one_stripe() local
2684 struct stripe_head *sh; drop_one_stripe() local
2712 struct stripe_head *sh = bi->bi_private; raid5_end_read_request() local
2838 struct stripe_head *sh = bi->bi_private; raid5_end_write_request() local
2948 raid5_compute_sector(struct r5conf * conf,sector_t r_sector,int previous,int * dd_idx,struct stripe_head * sh) raid5_compute_sector() argument
3148 raid5_compute_blocknr(struct stripe_head * sh,int i,int previous) raid5_compute_blocknr() argument
3325 schedule_reconstruction(struct stripe_head * sh,struct stripe_head_state * s,int rcw,int expand) schedule_reconstruction() argument
3433 stripe_bio_overlaps(struct stripe_head * sh,struct bio * bi,int dd_idx,int forwrite) stripe_bio_overlaps() argument
3493 __add_stripe_bio(struct stripe_head * sh,struct bio * bi,int dd_idx,int forwrite,int previous) __add_stripe_bio() argument
3551 add_stripe_bio(struct stripe_head * sh,struct bio * bi,int dd_idx,int forwrite,int previous) add_stripe_bio() argument
3570 stripe_set_idx(sector_t stripe,struct r5conf * conf,int previous,struct stripe_head * sh) stripe_set_idx() argument
3586 handle_failed_stripe(struct r5conf * conf,struct stripe_head * sh,struct stripe_head_state * s,int disks) handle_failed_stripe() argument
3685 handle_failed_sync(struct r5conf * conf,struct stripe_head * sh,struct stripe_head_state * s) handle_failed_sync() argument
3733 want_replace(struct stripe_head * sh,int disk_idx) want_replace() argument
3748 need_this_block(struct stripe_head * sh,struct stripe_head_state * s,int disk_idx,int disks) need_this_block() argument
3860 fetch_block(struct stripe_head * sh,struct stripe_head_state * s,int disk_idx,int disks) fetch_block() argument
3946 handle_stripe_fill(struct stripe_head * sh,struct stripe_head_state * s,int disks) handle_stripe_fill() argument
3988 handle_stripe_clean_event(struct r5conf * conf,struct stripe_head * sh,int disks) handle_stripe_clean_event() argument
4100 handle_stripe_dirtying(struct r5conf * conf,struct stripe_head * sh,struct stripe_head_state * s,int disks) handle_stripe_dirtying() argument
4270 handle_parity_checks5(struct r5conf * conf,struct stripe_head * sh,struct stripe_head_state * s,int disks) handle_parity_checks5() argument
4362 handle_parity_checks6(struct r5conf * conf,struct stripe_head * sh,struct stripe_head_state * s,int disks) handle_parity_checks6() argument
4538 handle_stripe_expansion(struct r5conf * conf,struct stripe_head * sh) handle_stripe_expansion() argument
4611 analyse_stripe(struct stripe_head * sh,struct stripe_head_state * s) analyse_stripe() argument
4815 clear_batch_ready(struct stripe_head * sh) clear_batch_ready() argument
4850 struct stripe_head *sh, *next; break_stripe_batch_list() local
4904 handle_stripe(struct stripe_head * sh) handle_stripe() argument
5307 struct stripe_head *sh; raid5_activate_delayed() local
5327 struct stripe_head *sh = list_entry(head.next, struct stripe_head, lru); activate_bit_delay() local
5526 struct stripe_head *sh, *tmp; __get_priority_stripe() local
5626 struct stripe_head *sh; raid5_unplug() local
5662 release_stripe_plug(struct mddev * mddev,struct stripe_head * sh) release_stripe_plug() argument
5693 struct stripe_head *sh; make_discard_request() local
5787 stripe_ahead_of_reshape(struct mddev * mddev,struct r5conf * conf,struct stripe_head * sh) stripe_ahead_of_reshape() argument
5814 add_all_stripe_bios(struct r5conf * conf,struct stripe_request_ctx * ctx,struct stripe_head * sh,struct bio * bi,int forwrite,int previous) add_all_stripe_bios() argument
5955 struct stripe_head *sh; make_stripe_request() local
6062 struct stripe_head sh; raid5_bio_lowest_chunk_sector() local
6242 struct stripe_head *sh; reshape_request() local
6511 struct stripe_head *sh; raid5_sync_request() local
6613 struct stripe_head *sh; retry_aligned_read() local
6668 struct stripe_head *batch[MAX_STRIPE_BATCH], *sh; handle_active_stripes() local
[all...]
H A Draid5-cache.c141 /* all stripes in r5cache, in the order of seq at sh->log_start */
193 * sect: align_bi->bi_iter.bi_sector or sh->sector
308 struct stripe_head *sh, int disks) in r5c_handle_cached_data_endio() argument
312 for (i = sh->disks; i--; ) { in r5c_handle_cached_data_endio()
313 if (sh->dev[i].written) { in r5c_handle_cached_data_endio()
314 set_bit(R5_UPTODATE, &sh->dev[i].flags); in r5c_handle_cached_data_endio()
315 r5c_return_dev_pending_writes(conf, &sh->dev[i]); in r5c_handle_cached_data_endio()
448 void r5c_make_stripe_write_out(struct stripe_head *sh) in r5c_make_stripe_write_out() argument
450 struct r5conf *conf = sh->raid_conf; in r5c_make_stripe_write_out()
455 WARN_ON(!test_bit(STRIPE_R5C_CACHING, &sh in r5c_make_stripe_write_out()
462 r5c_handle_data_cached(struct stripe_head * sh) r5c_handle_data_cached() argument
478 r5c_handle_parity_cached(struct stripe_head * sh) r5c_handle_parity_cached() argument
491 r5c_finish_cache_stripe(struct stripe_head * sh) r5c_finish_cache_stripe() argument
514 struct stripe_head *sh, *next; r5l_io_run_stripes() local
899 r5l_log_stripe(struct r5l_log * log,struct stripe_head * sh,int data_pages,int parity_pages) r5l_log_stripe() argument
978 r5l_add_no_space_stripe(struct r5l_log * log,struct stripe_head * sh) r5l_add_no_space_stripe() argument
989 r5l_write_stripe(struct r5l_log * log,struct stripe_head * sh) r5l_write_stripe() argument
1131 struct stripe_head *sh; r5l_run_no_space_stripes() local
1151 struct stripe_head *sh; r5c_calculate_new_cp() local
1182 struct stripe_head *sh; r5l_run_no_mem_stripe() local
1241 r5l_stripe_write_finished(struct stripe_head * sh) r5l_stripe_write_finished() argument
1361 r5c_flush_stripe(struct r5conf * conf,struct stripe_head * sh) r5c_flush_stripe() argument
1397 struct stripe_head *sh, *next; r5c_flush_cache() local
1422 struct stripe_head *sh; r5c_do_reclaim() local
1801 r5l_recovery_load_data(struct r5l_log * log,struct stripe_head * sh,struct r5l_recovery_ctx * ctx,struct r5l_payload_data_parity * payload,sector_t log_offset) r5l_recovery_load_data() argument
1823 r5l_recovery_load_parity(struct r5l_log * log,struct stripe_head * sh,struct r5l_recovery_ctx * ctx,struct r5l_payload_data_parity * payload,sector_t log_offset) r5l_recovery_load_parity() argument
1848 r5l_recovery_reset_stripe(struct stripe_head * sh) r5l_recovery_reset_stripe() argument
1860 r5l_recovery_replay_one_stripe(struct r5conf * conf,struct stripe_head * sh,struct r5l_recovery_ctx * ctx) r5l_recovery_replay_one_stripe() argument
1916 struct stripe_head *sh; r5c_recovery_alloc_stripe() local
1931 struct stripe_head *sh; r5c_recovery_lookup_stripe() local
1943 struct stripe_head *sh, *next; r5c_recovery_drop_stripes() local
1956 struct stripe_head *sh, *next; r5c_recovery_replay_stripes() local
2073 struct stripe_head *sh; r5c_recovery_analyze_meta_block() local
2196 r5c_recovery_load_one_stripe(struct r5l_log * log,struct stripe_head * sh) r5c_recovery_load_one_stripe() argument
2229 struct stripe_head *sh; r5c_recovery_flush_log() local
2340 struct stripe_head *sh; r5c_recovery_rewrite_data_only_stripes() local
2415 struct stripe_head *sh, *next; r5c_recovery_flush_data_only_stripes() local
2623 r5c_try_caching_write(struct r5conf * conf,struct stripe_head * sh,struct stripe_head_state * s,int disks) r5c_try_caching_write() argument
2746 r5c_release_extra_page(struct stripe_head * sh) r5c_release_extra_page() argument
2772 r5c_use_extra_page(struct stripe_head * sh) r5c_use_extra_page() argument
2791 r5c_finish_stripe_write_out(struct r5conf * conf,struct stripe_head * sh,struct stripe_head_state * s) r5c_finish_stripe_write_out() argument
2871 r5c_cache_data(struct r5l_log * log,struct stripe_head * sh) r5c_cache_data() argument
[all...]
H A Draid5-log.h10 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 …]
/linux/tools/testing/selftests/drivers/net/dsa/
H A DMakefile4 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 DMakefile5 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 dev_addr_lists.sh \
[all …]
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A DMakefile4 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/memory-model/scripts/
H A DREADME8 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 Drunlitmushist.sh9 # sh runlitmushist.sh
12 # This script uses environment variables produced by parseargs.sh.
18 . scripts/hwfnseg.sh
20 T=/tmp/runlitmushist.sh.$$
35 echo T=$T >> $T/$i.sh
36 cat << '___EOF___' >> $T/$i.sh
38 if scripts/runlitmus.sh $1
67 }' | sh | sort -k1n |
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";
[all …]
H A Dchecklitmushist.sh1 #!/bin/sh
6 # runs from initlitmushist.sh and/or newlitmushist.sh.
8 # sh checklitmushist.sh
11 # See scripts/parseargs.sh for list of arguments.
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 )
[all …]
/linux/tools/testing/selftests/mm/
H A DMakefile114 CAN_BUILD_I386 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_32bit_program.c -m32)
115 CAN_BUILD_X86_64 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_64bit_program.c)
116 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_program.c -no-pie)
147 TEST_PROGS += ksft_compaction.sh
148 TEST_PROGS += ksft_cow.sh
149 TEST_PROGS += ksft_gup_test.sh
150 TEST_PROGS += ksft_hmm.sh
151 TEST_PROGS += ksft_hugetlb.sh
152 TEST_PROGS += ksft_hugevm.sh
153 TEST_PROGS += ksft_ksm.sh
[all …]
/linux/tools/testing/selftests/net/mptcp/
H A DMakefile9 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/Documentation/arch/sh/
H A Dnew-machine.rst7 Paul Mundt <lethal@linux-sh.org>
12 and the 2.5/2.6 SH backend.
19 in arch/sh/kernel/ directly, with board-specific headers ending up in
20 include/asm-sh/. For the new kernel, things are broken out by board type,
28 | `-- sh
38 `-- asm-sh
50 `-- sh
57 board-specific headers. Thus, include/asm-sh/hd64461 is home to all of the
64 | `-- sh
68 | | | `-- SH-2 generic files
[all …]
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh6 # Usage: kvm-remote.sh "systems" [ <kvm.sh args> ]
7 # kvm-remote.sh "systems" /path/to/old/run [ <kvm-again.sh args> ]
24 . functions.sh
37 # T: /tmp/kvm-remote.sh.NNNNNN where "NNNNNN" is set by mktemp
38 # resdir: /tmp/kvm-remote.sh.NNNNNN/res
39 # rundir: /tmp/kvm-remote.sh.NNNNNN/res/$ds ("-remote" suffix)
43 # TD: kvm-remote.sh.NNNNNN
46 T="`mktemp -d ${TMPDIR-/tmp}/kvm-remote.sh.XXXXXX`"
68 kvm.sh --remote "$@" $datestamp --buildonly > $T/kvm.sh.out 2>&1
72 echo $scriptname: kvm.sh failed exit code $?
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c121 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/team/
H A DMakefile5 dev_addr_lists.sh \
6 non_ether_header_ops.sh \
7 options.sh \
8 propagation.sh \
9 refleak.sh \
13 ../bonding/lag_lib.sh \
14 ../../../net/forwarding/lib.sh \
15 ../../../net/in_netns.sh \
16 ../../../net/lib.sh \
17 ../../../net/lib/sh/defer.sh \
/linux/tools/testing/selftests/drivers/net/hw/
H A DMakefile25 ethtool.sh \
26 ethtool_extended_state.sh \
27 ethtool_mm.sh \
28 ethtool_rmon.sh \
29 hw_stats_l3.sh \
30 hw_stats_l3_gre.sh \
33 loopback.sh \
47 ethtool_lib.sh \
52 ../../../net/lib.sh \
53 ../../../net/forwarding/ipip_lib.sh \
[all...]
/linux/kernel/liveupdate/
H A Dluo_session.c143 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/ftrace/test.d/kprobe/
H A Duprobe_syntax_errors.tc1 #!/bin/sh
12 check_error 'p /bin/sh:^10a' # BAD_UPROBE_OFFS
13 check_error 'p /bin/sh:10(^1a)' # BAD_REFCNT
14 check_error 'p /bin/sh:10(10^' # REFCNT_OPEN_BRACE
15 check_error 'p /bin/sh:10(10)^a' # BAD_REFCNT_SUFFIX
17 check_error 'p /bin/sh:10 ^@+ab' # BAD_FILE_OFFS
18 check_error 'p /bin/sh:10 ^@symbol' # SYM_ON_UPROBE
22 check_error 'p /bin/sh:10^%hoge' # BAD_ADDR_SUFFIX
23 check_error 'p /bin/sh:10(10)^%return' # BAD_REFCNT_SUFFIX
28 check_error 'p /bin/sh:10 $stack0:^symstr' # BAD_TYPE

12345678910>>...79