Home
last modified time | relevance | path

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

12

/tools/testing/selftests/net/forwarding/
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
Dsch_red.sh374 tc filter add block 10 pref 1234 handle 102 matchall skip_hw \
389 tc filter del block 10 pref 1234 handle 102 matchall
415 tc filter add block 10 pref 1234 handle 102 matchall skip_hw \
428 tc filter del block 10 pref 1234 handle 102 matchall
474 install_qdisc qevent early_drop block 10
481 install_qdisc ecn qevent mark block 10
Dip6_forward_instats_vrf.sh151 ip xfrm policy add dst 2001:1:2::2/128 dir fwd action block
/tools/testing/selftests/zram/
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
Dzram_lib.sh60 echo 1 > /sys/block/zram${i}/reset
153 local algs=$(cat /sys/block/zram${i}/comp_algorithm)
/tools/testing/selftests/net/
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
112 …ANDOM%255))/$p dst 10.254.1.$((RANDOM%255))/$p dir fwd priority $((200+k)) action block 2>/dev/null
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
[all …]
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
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/
Dsch_red_ets.sh141 install_qdisc qevent early_drop block 10
151 install_qdisc qevent early_drop block 10
161 install_qdisc ecn qevent mark block 10
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 \
Dsch_red_root.sh71 install_qdisc qevent early_drop block 10
Dsch_red_core.sh677 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
683 tc filter del block 10 pref 1234 handle 102 matchall
725 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
731 tc filter del block 10 pref 1234 handle 102 matchall
753 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
759 tc filter del block 10 pref 1234 handle 102 matchall
/tools/testing/selftests/filesystems/incfs/
Dincfs_perf.c269 int block; in measure_read_throughput_internal() local
276 for (block = 0; block < options->blocks; ++block) { in measure_read_throughput_internal()
284 buffer_size = 1 << (block + 12); in measure_read_throughput_internal()
631 int block; in main() local
690 for (block = 0; block < options.blocks; ++block) in main()
691 printf("%21d", 1 << (block + 12)); in main()
/tools/testing/selftests/bpf/
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/lib/subcmd/
Drun-command.c168 static int wait_or_whine(struct child_process *cmd, bool block) in wait_or_whine() argument
175 pid_t waiting = waitpid(cmd->pid, &status, block ? 0 : WNOHANG); in wait_or_whine()
177 if (!block && waiting == 0) in wait_or_whine()
/tools/testing/kunit/test_data/
Dtest_kernel_panic_interrupt.log21 [ 0.060000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)
Dtest_config_printk_time.log27 [ 0.060000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)
Dtest_pound_no_prefix.log29 Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)
Dtest_output_with_prefix_isolated_correctly.log28 [ 0.060000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)
Dtest_pound_sign.log29 [ 0.060000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)
Dtest_multiple_prefixes.log27 [ 0.060000][ T1] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98…
Dtest_interrupted_tap_output.log33 [ 0.060000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)
/tools/perf/Documentation/
Dperf-trace.txt325 Trace the next two sched:sched_switch events, four block:*_plug events, the
326 next block:*_unplug and the next three net:*dev_queue events, this last one
329 …# perf trace -e sched:*switch/nr=2/,block:*_plug/nr=4/,block:*_unplug/nr=1/,net:*dev_queue/nr=3,ma…
338 2930.140 kworker/u16:58/2722 block:block_plug:[kworker/u16:58]
339 2930.162 kworker/u16:58/2722 block:block_unplug:[kworker/u16:58] 1
340 4466.094 jbd2/dm-2-8/748 block:block_plug:[jbd2/dm-2-8]
341 8050.123 kworker/u16:30/2694 block:block_plug:[kworker/u16:30]
342 8050.271 kworker/u16:30/2694 block:block_plug:[kworker/u16:30]
/tools/testing/selftests/ftrace/test.d/event/
Devent-no-pid.tc48 enable_system block
/tools/testing/selftests/bpf/progs/
Drefcounted_kptr.c48 private(C) struct bpf_spin_lock block; variable
466 bpf_spin_lock(&block); in rbtree_wrong_owner_remove_fail_b()
470 bpf_spin_unlock(&block); in rbtree_wrong_owner_remove_fail_b()

12