Home
last modified time | relevance | path

Searched refs:block (Results 1 – 25 of 46) sorted by relevance

12

/tools/testing/selftests/net/forwarding/
A Dtc_shblocks.sh53 tc filter add block 22 protocol ip pref 1 handle 101 flower \
68 tc filter del block 22 protocol ip pref 1 handle 101 flower
77 tc filter add block 22 protocol ip pref 1 handle 101 flower \
79 tc filter add block 22 protocol ip pref 2 handle 102 flower \
94 tc filter del block 22 protocol ip pref 1 handle 101 flower
95 tc filter del block 22 protocol ip pref 2 handle 102 flower
A Dsch_red.sh350 tc filter add block 10 pref 1234 handle 102 matchall skip_hw \
365 tc filter del block 10 pref 1234 handle 102 matchall
389 tc filter add block 10 pref 1234 handle 102 matchall skip_hw \
402 tc filter del block 10 pref 1234 handle 102 matchall
445 install_qdisc qevent early_drop block 10
452 install_qdisc ecn qevent mark block 10
/tools/testing/selftests/zram/
A DREADME1 zram: Compressed RAM based block devices
5 The zram module creates RAM based block devices named /dev/zram<id>
12 /sys/block/zram<id>/
27 zram02.sh: creates block device for swap
A Dzram_lib.sh60 echo 1 > /sys/block/zram${i}/reset
153 local algs=$(cat /sys/block/zram${i}/comp_algorithm)
/tools/testing/selftests/net/
A Dxfrm_policy.sh75 ip -net $ns xfrm policy add src 10.1.0.0/24 dst 10.0.0.0/24 dir fwd priority 200 action block
78 ip -net $ns xfrm policy add src 10.2.0.0/24 dst 10.0.0.0/24 dir fwd priority 200 action block
81 ip -net $ns xfrm policy add src 10.2.0.0/23 dst 10.0.1.0/24 dir fwd priority 200 action block
107 ip -net $ns xfrm policy add src 10.1.0.0/24 dst 10.0.0.0/23 dir fwd priority 200 action block
157 echo netns exec $ns ip xfrm policy add src 0.0.0.0/0 dst 10.$i.99.0/30 dir out action block
158 echo netns exec $ns ip xfrm policy add src 10.$i.99.0/30 dst 0.0.0.0/0 dir out action block
160 … echo netns exec $ns ip xfrm policy add src 10.$i.1.0/30 dst 10.$i.$j.0/30 dir out action block
162 … echo netns exec $ns ip xfrm policy add src 10.$i.1.0/29 dst 10.$i.$j.0/29 dir out action block
164 … echo netns exec $ns ip xfrm policy add src 10.$i.1.0/24 dst 10.$i.$j.0/24 dir out action block
165 … echo netns exec $ns ip xfrm policy add src 10.$i.$j.0/24 dst 10.$i.1.0/24 dir fwd action block
[all …]
A Dxfrm_policy_add_speed.sh40 echo xfrm policy add src 10.$s.$j.0/30 dst 10.$d.$j.$a/$pfx dir $dir action block
45 echo xfrm policy add src 10.$s.$j.$a/30 dst 10.$d.$j.0/$pfx dir $dir action block
A Dtoeplitz.c220 struct tpacket_block_desc *block; in recv_block() local
224 block = (void *)(ring->mmap + ring->idx * ring_block_sz); in recv_block()
225 if (!(block->hdr.bh1.block_status & TP_STATUS_USER)) in recv_block()
228 frame = (char *)block; in recv_block()
229 frame += block->hdr.bh1.offset_to_first_pkt; in recv_block()
231 for (i = 0; i < block->hdr.bh1.num_pkts; i++) { in recv_block()
236 block->hdr.bh1.block_status = TP_STATUS_KERNEL; in recv_block()
/tools/testing/selftests/drivers/net/mlxsw/
A Dsch_red_ets.sh136 install_qdisc qevent early_drop block 10
145 install_qdisc qevent early_drop block 10
154 install_qdisc ecn qevent mark block 10
A Dtc_restrictions.sh47 tc filter add block 22 protocol ip pref 1 handle 101 flower \
59 tc filter del block 22 protocol ip pref 1 handle 101 flower
64 tc filter add block 22 protocol ip pref 1 handle 101 flower \
73 tc filter add block 22 protocol ip pref 1 handle 101 flower \
77 tc filter del block 22 protocol ip pref 1 handle 101 flower
95 tc filter add block 22 protocol ip pref 1 handle 101 flower \
108 tc filter del block 22 protocol ip pref 1 handle 101 flower
113 tc filter add block 22 protocol ip pref 1 handle 101 flower \
123 tc filter add block 22 protocol ip pref 1 handle 101 flower \
130 tc filter add block 22 protocol ip pref 1 handle 101 flower \
A Dsch_red_core.sh680 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
686 tc filter del block 10 pref 1234 handle 102 matchall
728 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
734 tc filter del block 10 pref 1234 handle 102 matchall
756 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
762 tc filter del block 10 pref 1234 handle 102 matchall
A Dsch_red_root.sh76 install_qdisc qevent early_drop block 10
/tools/testing/selftests/bpf/
A DREADME.rst72 .. code-block:: console
78 .. code-block:: console
98 .. code-block:: console
104 .. code-block:: console
129 .. code-block:: c
152 .. code-block:: c
171 .. code-block:: c
183 .. code-block:: c
208 .. code-block:: c
215 .. code-block:: c
[all …]
/tools/testing/selftests/ublk/trace/
A Dcount_ios_per_tid.bt6 tracepoint:block:block_rq_complete
A Dseq_io.bt9 tracepoint:block:block_rq_complete
/tools/testing/selftests/ublk/
A Dtest_generic_03.sh14 sysfs_path=/sys/block/ublkb"${dev_id}"
/tools/lib/subcmd/
A Drun-command.c170 static int wait_or_whine(struct child_process *cmd, bool block) in wait_or_whine() argument
177 pid_t waiting = waitpid(cmd->pid, &status, block ? 0 : WNOHANG); in wait_or_whine()
179 if (!block && waiting == 0) in wait_or_whine()
/tools/testing/kunit/test_data/
A Dtest_kernel_panic_interrupt.log21 [ 0.060000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)
A Dtest_config_printk_time.log27 [ 0.060000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)
A Dtest_output_with_prefix_isolated_correctly.log28 [ 0.060000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)
A Dtest_pound_no_prefix.log29 Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)
A Dtest_pound_sign.log29 [ 0.060000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)
A Dtest_multiple_prefixes.log27 [ 0.060000][ T1] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98…
/tools/testing/selftests/net/packetdrill/
A Dtcp_blocking_blocking-write.pkt24 // A write of 60000 does not block.
/tools/perf/Documentation/
A Dperf-trace.txt333 Trace the next two sched:sched_switch events, four block:*_plug events, the
334 next block:*_unplug and the next three net:*dev_queue events, this last one
337 …# perf trace -e sched:*switch/nr=2/,block:*_plug/nr=4/,block:*_unplug/nr=1/,net:*dev_queue/nr=3,ma…
346 2930.140 kworker/u16:58/2722 block:block_plug:[kworker/u16:58]
347 2930.162 kworker/u16:58/2722 block:block_unplug:[kworker/u16:58] 1
348 4466.094 jbd2/dm-2-8/748 block:block_plug:[jbd2/dm-2-8]
349 8050.123 kworker/u16:30/2694 block:block_plug:[kworker/u16:30]
350 8050.271 kworker/u16:30/2694 block:block_plug:[kworker/u16:30]
/tools/testing/selftests/ftrace/test.d/event/
A Devent-no-pid.tc48 enable_system block

Completed in 23 milliseconds

12