Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 84) sorted by relevance

1234

/tools/power/cpupower/bench/
A Dbenchmark.c35 long long now, then; in calculate_timespace() local
46 then = get_time(); in calculate_timespace()
48 timed = (unsigned int)(then - now); in calculate_timespace()
57 then = get_time(); in calculate_timespace()
59 timed = (unsigned int)(then - now); in calculate_timespace()
81 long long now, then; in start_benchmark() local
129 then = get_time(); in start_benchmark()
135 (long)(then - now), sleep_time, in start_benchmark()
155 then = get_time(); in start_benchmark()
156 powersave_time += then - now - sleep_time; in start_benchmark()
[all …]
/tools/power/cpupower/debug/kernel/
A Dcpufreq-test_tsc.c56 u32 now, then, diff; in cpufreq_test_tsc() local
84 then = read_pmtmr(); in cpufreq_test_tsc()
90 diff = (now - then) & 0xFFFFFF; in cpufreq_test_tsc()
92 …printk(KERN_DEBUG "t1: %08u t2: %08u diff_pmtmr: %08u diff_tsc: %016llu\n", then, now, diff, diff_… in cpufreq_test_tsc()
93 then = now; in cpufreq_test_tsc()
/tools/testing/selftests/ftrace/test.d/
A Dfunctions34 if [ -d events/synthetic ]; then
54 if [ "$tr" = "" ]; then
68 if [ "$limit" != "unlimited" ]; then
93 if [ $stop -gt 10 ]; then
148 if [ $p != $i ]; then
149 if ! which $p ; then
153 elif [ $t != $i ]; then
158 elif [ "$r" != "$i" ]; then
169 elif [ ! -e $i ]; then
209 if [ ! -d "$mount_point" ]; then
[all …]
/tools/testing/selftests/net/packetdrill/
A Dtcp_sendfile_sendfile-simple.pkt2 // Simplest possible test of open() and then sendfile().
4 // to be all zeroes) and then open() the file, then use sendfile()
A Dtcp_sack_sack-shift-sacked-7-5-6-8-9-fack.pkt3 // This variant tests the case where we mark packets 0-4 lost, then
4 // get a SACK for 5, and then a SACK for 6.
A Dtcp_sack_sack-shift-sacked-7-3-4-8-9-fack.pkt3 // This variant tests the case where we mark packets 0-4 lost, then
4 // get a SACK for 3, and then a SACK for 4.
A Dtcp_zerocopy_batch.pkt4 // send multiple packets, then read one range of all notifications.
A Dtcp_slow_start_slow-start-app-limited.pkt3 // with IW10, if we send exactly 10 packets then cwnd should grow to 20.
A Dtcp_slow_start_slow-start-app-limited-9-packets-out.pkt4 // send just 9 packets, then cwnd should grow to twice that
A Dtcp_md5_md5-only-on-client-ack.pkt3 // but then does on the ACK that completes the three-way handshake.
A Dtcp_close_close-remote-fin-then-close.pkt2 // Verify behavior for the sequence: remote side sends FIN, then we close().
/tools/bpf/bpftool/bash-completion/
A Dbpftool16 if [[ $w == ${words[idx]} ]]; then
172 if [[ ${words[idx]} == "value" ]]; then
177 if [[ $value -eq 0 ]]; then
218 if [[ ${words[idx]} == "value" ]]; then
223 if [[ $value -eq 0 ]]; then
263 if [[ ${words[cword]} == -* ]]; then
313 if [[ -z $object || $cword -eq 1 ]]; then
450 if [[ ${#words[@]} -eq 3 ]]; then
455 if [[ ${#words[@]} -lt 6 ]]; then
569 if [[ ${#words[@]} -eq 4 ]]; then
[all …]
/tools/perf/Documentation/
A Dperf-kwork.txt109 string is ',x.y') then analysis starts at the beginning of the file. If
110 stop time is not given (i.e, time string is 'x.y,') then analysis goes
139 string is ',x.y') then analysis starts at the beginning of the file. If
140 stop time is not given (i.e, time string is 'x.y,') then analysis goes
178 string is ',x.y') then analysis starts at the beginning of the file. If
179 stop time is not given (i.e, time string is 'x.y,') then analysis goes
208 string is ',x.y') then analysis starts at the beginning of the file. If
209 stop time is not given (i.e, time string is 'x.y,') then analysis goes
A Dperf-version.txt17 If the option '--build-options' is given, then the status of
A Dperf-kmem.txt74 string is ',x.y') then analysis starts at the beginning of the file. If
75 stop time is not given (i.e, time string is 'x.y,') then analysis goes
A Dperf-help.txt19 If the option '--all' or '-a' is given, then all available commands are
/tools/testing/selftests/timers/
A Dinconsistency-check.c87 long now, then; in consistency_test() local
92 now = then = list[0].tv_sec; in consistency_test()
98 while (seconds == -1 || now - then < seconds) { in consistency_test()
/tools/testing/selftests/riscv/hwprobe/
A Dsys_hwprobe.S7 # Put __NR_riscv_hwprobe in the syscall number register, then just shim
/tools/memory-model/litmus-tests/
A DLB+poacquireonce+pooncerelease.litmus7 * test, where each process reads from one of two variables then writes
/tools/bpf/bpftool/Documentation/
A Dbpftool-net.rst53 all tcx, netkit, then tc class/qdisc bpf program attachments, then
57 will be first all bpf programs attached to tcx, netkit, then tc classes,
58 then all bpf programs attached to non clsact qdiscs, and finally all bpf
/tools/testing/selftests/net/netfilter/packetdrill/
A Dconntrack_inexact_rst.pkt44 // Conntrack should move to FIN_WAIT, then CLOSE_WAIT.
53 // ... and then, CLOSE.
/tools/memory-model/Documentation/
A Drecipes.txt94 then both r0 and r1 must be set to the value 1. This also has the
95 consequence that if the final value of r0 is equal to 1, then the final
120 mylock before CPU1(), then both r0 and r1 must be set to the value 0.
122 to 0, then the final value of r0 must also be equal to 0. In contrast,
273 In this example, if the final value of r0 is &x then the final value of
357 The LB pattern has one CPU load from one variable and then store to a
435 In this case, if r0 and r1 both have final values of 1, then r2 must
466 of z is 2, then the final value of r1 must also be 1, but it really is
557 o If all links are write-to-read links, then the weakest
562 o If all but one of the links are write-to-read links, then a
[all …]
A Dcontrol-dependencies.txt132 If MAX is compile-time defined to be 1, then the compiler knows that
182 In addition, control dependencies apply only to the then-clause and
208 The control dependencies would then extend only to the pair of cmov
212 only to the stores in the then-clause and else-clause of the "if" statement
227 the same variable, then you must explicitly order those stores,
246 (*) Control dependencies apply only to the then-clause and else-clause
A Dlocking.txt49 then both r0 and r1 must be set to the value 1. This also has the
50 consequence that if the final value of r0 is equal to 1, then the final
81 mylock before CPU1(), then both r0 and r1 must be set to the value 0.
83 to 0, then the final value of r0 must also be equal to 0. In contrast,
261 initial value "0") and then into "1:r1" (which should get the updated
/tools/usb/usbip/
A Dconfigure.ac59 [if test "$withval" = "yes"; then
99 [if test "$withval" = "yes"; then

Completed in 27 milliseconds

1234