Home
last modified time | relevance | path

Searched refs:bs (Results 1 – 25 of 28) sorted by relevance

12

/tools/testing/selftests/net/forwarding/
Dsch_tbf_etsprio.sh12 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
Dsch_tbf_root.sh13 local bs=$1; shift
16 rate 400Mbit burst $bs limit 1M
17 do_tbf_test 10 400 $bs
Dtc_actions.sh161 dd conv=sparse status=none if=/dev/zero bs=1M count=2 of=$tmpfile
/tools/testing/selftests/sysctl/
Dsysctl.sh268 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/
Dtest-bootconfig.sh50 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/
Djitdump.c138 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 …]
Dpmu.c1439 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()
Dthread-stack.c385 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()
Dcs-etm.c993 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()
Dsymbol.c1559 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()
Dhist.c2618 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()
Dhist.h545 void hist__account_cycles(struct branch_stack *bs, struct addr_location *al,
/tools/testing/selftests/powerpc/nx-gzip/
Dnx-gzip-test.sh27 dd if=/dev/urandom of=$fname bs=$size count=1
/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_set_ftrace_file.tc36 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/
Dzram01.sh41 oflag=append count=1 bs=1024 status=none \
/tools/testing/selftests/powerpc/mm/
DMakefile31 dd if=/dev/zero of=$@ bs=64k count=1
/tools/perf/
Dbuiltin-annotate.c129 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/
Dnft_queue.sh261 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
Dnft_flowtable.sh226 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
Dipvs.sh99 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
/tools/testing/selftests/net/mptcp/
Dsimult_flows.sh58 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
Dmptcp_connect.sh528 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/
Drcu-test-image.txt35 dd if=/dev/zero of=rcu-test-image bs=400M count=1
/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh52 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
/tools/power/pm-graph/
Dbootgraph.py93 bs = min(self.memtotal // 2, 2*1024*1024) // self.cpucount
95 bs = 131072
103 (bs, self.max_graph_depth, self.graph_filter)

12