Searched refs:firsttime (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/scripts/
H A 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;
230 my $step = ($maxtime - $firsttime) / 15;
232 my $s3 = ($time - $firsttime) * $mult;
/linux-4.1.27/kernel/time/
H A Dtime.c165 static int firsttime = 1; do_sys_settimeofday() local
178 if (firsttime) { do_sys_settimeofday()
179 firsttime = 0; do_sys_settimeofday()
/linux-4.1.27/kernel/rcu/
H A Dtree_plugin.h2137 bool firsttime = true; nocb_leader_wait() local
2150 } else if (firsttime) { nocb_leader_wait()
2151 firsttime = false; /* Don't drown trace log with "Poll"! */ nocb_leader_wait()
2237 bool firsttime = true; nocb_follower_wait() local
2245 } else if (firsttime) { nocb_follower_wait()
2247 firsttime = false; nocb_follower_wait()
/linux-4.1.27/drivers/scsi/
H A Dgdth.c2029 u8 b, t, l, firsttime; gdth_next() local
2039 this_cmd = firsttime = TRUE; gdth_next()
2059 if (firsttime) { gdth_next()
2069 firsttime = FALSE; gdth_next()

Completed in 291 milliseconds