Home
last modified time | relevance | path

Searched refs:maxtime (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/scripts/
Dbootgraph.pl71 my $maxtime = 0;
123 $maxtime = $1;
131 $maxtime = $1;
179 my $mult = 1950.0 / ($maxtime - $firsttime);
180 my $threshold2 = ($maxtime - $firsttime) / 120.0;
230 my $step = ($maxtime - $firsttime) / 15;
231 while ($time < $maxtime) {
/linux-4.4.14/tools/perf/tests/
Dswitch-tracking.c15 struct timeval start, now, diff, maxtime; in spin_sleep() local
19 maxtime.tv_sec = 0; in spin_sleep()
20 maxtime.tv_usec = 50000; in spin_sleep()
36 if (timercmp(&diff, &maxtime, > /* For checkpatch */)) in spin_sleep()
/linux-4.4.14/fs/nfsd/
Dnfs4callback.c731 int maxtime = max_cb_time(clp->net); in setup_callback_client() local
733 .to_initval = maxtime, in setup_callback_client()
735 .to_maxval = maxtime, in setup_callback_client()
/linux-4.4.14/drivers/video/fbdev/
Dsticore.h196 u16 maxtime; member