Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh31 firsttime=1
35 if test -n "$firsttime"
37 firsttime=""
/linux-4.4.14/kernel/time/
Dtime.c165 static int firsttime = 1; in do_sys_settimeofday() local
182 if (firsttime) { in do_sys_settimeofday()
183 firsttime = 0; in do_sys_settimeofday()
/linux-4.4.14/kernel/rcu/
Dtree_plugin.h2102 bool firsttime = true; in nocb_leader_wait() local
2115 } else if (firsttime) { in nocb_leader_wait()
2116 firsttime = false; /* Don't drown trace log with "Poll"! */ in nocb_leader_wait()
2202 bool firsttime = true; in nocb_follower_wait() local
2210 } else if (firsttime) { in nocb_follower_wait()
2212 firsttime = false; in nocb_follower_wait()
/linux-4.4.14/drivers/scsi/
Dgdth.c2029 u8 b, t, l, firsttime; in gdth_next() local
2039 this_cmd = firsttime = TRUE; in gdth_next()
2059 if (firsttime) { in gdth_next()
2069 firsttime = FALSE; in gdth_next()