Searched refs:maxtime (Results 1 – 4 of 4) sorted by relevance
71 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) {
15 struct timeval start, now, diff, maxtime; in spin_sleep() local19 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()
731 int maxtime = max_cb_time(clp->net); in setup_callback_client() local733 .to_initval = maxtime, in setup_callback_client()735 .to_maxval = maxtime, in setup_callback_client()
196 u16 maxtime; member