Home
last modified time | relevance | path

Searched refs:firsttime (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/scripts/
Dbootgraph.pl72 my $firsttime = 99999;
89 if ($1 < $firsttime) {
90 $firsttime = $1;
112 if ($1 < $firsttime) {
113 $firsttime = $1;
179 my $mult = 1950.0 / ($maxtime - $firsttime);
180 my $threshold2 = ($maxtime - $firsttime) / 120.0;
198 $s = ($start{$key} - $firsttime) * $mult;
201 $e = ($end{$key} - $firsttime) * $mult;
229 my $time = $firsttime;
[all …]
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh31 firsttime=1
35 if test -n "$firsttime"
37 firsttime=""
/Linux-v4.19/kernel/time/
Dtime.c172 static int firsttime = 1; in do_sys_settimeofday64() local
189 if (firsttime) { in do_sys_settimeofday64()
190 firsttime = 0; in do_sys_settimeofday64()
/Linux-v4.19/kernel/rcu/
Dtree_plugin.h2180 bool firsttime = true; in nocb_leader_wait() local
2198 } else if (firsttime) { in nocb_leader_wait()
2199 firsttime = false; /* Don't drown trace log with "Poll"! */ in nocb_leader_wait()
/Linux-v4.19/drivers/scsi/
Dgdth.c2030 u8 b, t, l, firsttime; in gdth_next() local
2040 this_cmd = firsttime = TRUE; in gdth_next()
2060 if (firsttime) { in gdth_next()
2070 firsttime = FALSE; in gdth_next()