Searched refs:rate (Results 1 – 13 of 13) sorted by relevance
/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_lib.sh | 18 rate() function 47 local rate=$1; shift 51 if ((rate > min)); then 83 local ir=$(rate $u0 $u1 $interval) 84 local er=$(rate $t0 $t1 $interval)
|
D | qos_mc_aware.sh | 264 local mc_ir=$(rate $u0 $u1 $interval) 265 local mc_er=$(rate $t0 $t1 $interval) 315 local uc_ir=$(rate $u0 $u1 $interval) 316 local uc_er=$(rate $t0 $t1 $interval)
|
/tools/testing/selftests/bpf/progs/ |
D | test_spin_lock.c | 36 unsigned int rate; member 46 #define CREDIT_PER_NS(delta, rate) (((delta) * rate) >> 20) argument 84 q->credit += CREDIT_PER_NS(curtime - q->lasttime, q->rate); in bpf_sping_lock_test()
|
/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 322 int rate; member 615 int cnt = opt->rate; in sendmsg_test() 715 static int forever_ping_pong(int rate, struct sockmap_options *opt) in forever_ping_pong() argument 777 if (rate) in forever_ping_pong() 778 sleep(rate); in forever_ping_pong() 1055 err = forever_ping_pong(options->rate, options); in run_options() 1178 test_cnt, opt->rate, opt->iov_count, opt->iov_length, in __test_exec() 1214 opt.rate = 0; in test_loop() 1219 opt.rate = r; in test_loop() 1278 opt->rate = 1; in test_send() [all …]
|
/tools/perf/util/ |
D | record.c | 193 static int get_max_rate(unsigned int *rate) in get_max_rate() argument 195 return sysctl__read_int("kernel/perf_event_max_sample_rate", (int *)rate); in get_max_rate()
|
/tools/include/uapi/linux/ |
D | pkt_sched.h | 96 __u32 rate; member 183 struct tc_ratespec rate; member 390 struct tc_ratespec rate; member 616 __u32 rate; /* byte/s */ member
|
D | pkt_cls.h | 88 struct tc_ratespec rate; member
|
D | if_link.h | 737 __u32 rate; /* Max TX bandwidth in Mbps, 0 disables throttling */ member
|
/tools/power/cpupower/bench/ |
D | README-BENCH | 74 sampling rate you get:
|
/tools/perf/Documentation/ |
D | perf-kvm.txt | 65 rate).
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 106 c) Higher live patching compatibility rate
|
/tools/testing/selftests/net/ |
D | rtnetlink.sh | 156 tc class add dev "$dev" parent 1: classid 1:10 htb rate 1mbit
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 4178 rate = '%d/%d (%.2f%%)' % (testtotal, total, 100*float(testtotal)/float(total)) 4187 html += td.format('center', rate) # test rate
|