/tools/testing/selftests/net/forwarding/ |
D | sch_tbf_etsprio.sh | 12 local bs=$1; shift 15 rate 400Mbit burst $bs limit 1M 17 rate 800Mbit burst $bs limit 1M 19 do_tbf_test 10 400 $bs 20 do_tbf_test 11 800 $bs
|
D | sch_tbf_root.sh | 13 local bs=$1; shift 16 rate 400Mbit burst $bs limit 1M 17 do_tbf_test 10 400 $bs
|
D | tc_actions.sh | 161 dd conv=sparse status=none if=/dev/zero bs=1M count=2 of=$tmpfile
|
/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 268 dd if="${TEST_FILE}" of="${TARGET}" bs=4096 2>/dev/null 278 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 skip=1 2>/dev/null 288 dd if="${TEST_FILE}" of="${TARGET}" bs=20 seek=2 2>/dev/null 299 dd of="${TARGET}" bs=50 2>/dev/null 554 dd if="${TEST_FILE}" of="${TARGET}" bs=1 2>/dev/null 564 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 2>/dev/null 575 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null 586 dd of="${TARGET}" bs=$(( MAXLEN - 1 )) 2>/dev/null 597 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null 608 dd of="${TARGET}" bs=$(( $MAXLEN + 1 )) 2>/dev/null
|
/tools/bootconfig/ |
D | test-bootconfig.sh | 50 dd if=/dev/zero of=$INITRD bs=4096 count=1 82 dd if=/dev/zero of=$INITRD bs=4096 count=1 107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
|
/tools/perf/util/ |
D | jitdump.c | 138 ssize_t bs, bsz = 0; in jit_open() local 214 bs = header.total_size - sizeof(header); in jit_open() 216 if (bs > bsz) { in jit_open() 217 n = realloc(buf, bs); in jit_open() 220 bsz = bs; in jit_open() 223 ret = fread(buf, bs - bsz, 1, jd->in); in jit_open() 246 size_t bs, size; in jit_get_next_entry() local 281 bs = (size_t)size; in jit_get_next_entry() 282 if (bs < sizeof(*prefix)) in jit_get_next_entry() 288 if (bs > jd->bufsize) { in jit_get_next_entry() [all …]
|
D | pmu.c | 1439 const struct sevent *bs = b; in cmp_sevent() local 1442 if (!!as->desc != !!bs->desc) in cmp_sevent() 1443 return !!as->desc - !!bs->desc; in cmp_sevent() 1444 if (as->topic && bs->topic) { in cmp_sevent() 1445 int n = strcmp(as->topic, bs->topic); in cmp_sevent() 1452 if (as->is_cpu != bs->is_cpu) in cmp_sevent() 1453 return bs->is_cpu - as->is_cpu; in cmp_sevent() 1455 return strcmp(as->name, bs->name); in cmp_sevent()
|
D | thread-stack.c | 385 struct branch_stack *bs = ts->br_stack_rb; in thread_stack__update_br_stack() local 393 be = &bs->entries[ts->br_stack_pos]; in thread_stack__update_br_stack() 402 if (bs->nr < ts->br_stack_sz) in thread_stack__update_br_stack() 403 bs->nr += 1; in thread_stack__update_br_stack()
|
D | cs-etm.c | 993 struct branch_stack *bs = tidq->last_branch_rb; in cs_etm__update_last_branch_rb() local 1007 be = &bs->entries[tidq->last_branch_pos]; in cs_etm__update_last_branch_rb() 1018 if (bs->nr < etmq->etm->synth_opts.last_branch_sz) in cs_etm__update_last_branch_rb() 1019 bs->nr += 1; in cs_etm__update_last_branch_rb()
|
D | symbol.c | 1559 const asymbol *as = *(const asymbol **)a, *bs = *(const asymbol **)b; in bfd_symbols__cmpvalue() local 1561 if (bfd_asymbol_value(as) != bfd_asymbol_value(bs)) in bfd_symbols__cmpvalue() 1562 return bfd_asymbol_value(as) - bfd_asymbol_value(bs); in bfd_symbols__cmpvalue() 1564 return bfd_asymbol_name(as)[0] - bfd_asymbol_name(bs)[0]; in bfd_symbols__cmpvalue()
|
D | hist.c | 2618 void hist__account_cycles(struct branch_stack *bs, struct addr_location *al, in hist__account_cycles() argument 2626 if (bs && bs->nr && entries[0].flags.cycles) { in hist__account_cycles() 2641 for (int i = bs->nr - 1; i >= 0; i--) { in hist__account_cycles() 2650 for (unsigned int i = 0; i < bs->nr; i++) { in hist__account_cycles()
|
D | hist.h | 545 void hist__account_cycles(struct branch_stack *bs, struct addr_location *al,
|
/tools/testing/selftests/powerpc/nx-gzip/ |
D | nx-gzip-test.sh | 27 dd if=/dev/urandom of=$fname bs=$size count=1
|
/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_set_ftrace_file.tc | 36 dd1=`dd if=$FILTER bs=1 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'` 37 dd100=`dd if=$FILTER bs=100 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'`
|
/tools/testing/selftests/zram/ |
D | zram01.sh | 41 oflag=append count=1 bs=1024 status=none \
|
/tools/testing/selftests/powerpc/mm/ |
D | Makefile | 31 dd if=/dev/zero of=$@ bs=64k count=1
|
/tools/perf/ |
D | builtin-annotate.c | 129 static void process_branch_stack(struct branch_stack *bs, struct addr_location *al, in process_branch_stack() argument 136 if (!bs || !bs->nr) in process_branch_stack() 143 for (i = bs->nr - 1; i >= 0; i--) { in process_branch_stack()
|
/tools/testing/selftests/netfilter/ |
D | nft_queue.sh | 261 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile 279 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile 311 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
|
D | nft_flowtable.sh | 226 dd if=/dev/urandom of="$name" bs=1024 count=$SIZE 2> /dev/null 231 dd if=/dev/urandom conf=notrunc of="$name" bs=1 count=$SIZE 2> /dev/null
|
D | ipvs.sh | 99 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
|
/tools/testing/selftests/net/mptcp/ |
D | simult_flows.sh | 58 dd if=/dev/zero of=$small bs=4096 count=20 >/dev/null 2>&1 59 dd if=/dev/zero of=$large bs=4096 count=$((size / 4096)) >/dev/null 2>&1
|
D | mptcp_connect.sh | 528 dd if=/dev/urandom of="$name" bs=1024 count=$ksize 2> /dev/null 529 dd if=/dev/urandom conv=notrunc of="$name" bs=1 count=$rem 2> /dev/null
|
/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 35 dd if=/dev/zero of=rcu-test-image bs=400M count=1
|
/tools/testing/selftests/bpf/ |
D | test_tc_tunnel.sh | 52 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
|
/tools/power/pm-graph/ |
D | bootgraph.py | 93 bs = min(self.memtotal // 2, 2*1024*1024) // self.cpucount 95 bs = 131072 103 (bs, self.max_graph_depth, self.graph_filter)
|