Searched refs:maxtime (Results 1 – 5 of 5) sorted by relevance
57 my $maxtime = 0;109 $maxtime = $1;117 $maxtime = $1;165 my $mult = 1950.0 / ($maxtime - $firsttime);166 my $threshold2 = ($maxtime - $firsttime) / 120.0;216 my $step = ($maxtime - $firsttime) / 15;217 while ($time < $maxtime) {
118 static inline void umwait_update_control(u32 maxtime, bool c02_enable) in umwait_update_control() argument120 u32 ctrl = maxtime & MSR_IA32_UMWAIT_CONTROL_TIME_MASK; in umwait_update_control()
27 struct timeval start, now, diff, maxtime; in spin_sleep() local 31 maxtime.tv_sec = 0; in spin_sleep() 32 maxtime.tv_usec = 50000; in spin_sleep() 48 if (timercmp(&diff, &maxtime, > /* For checkpatch */)) in spin_sleep()
192 u16 maxtime; member
801 unsigned int maxtime, in test_execute() argument834 if (guest_runtime->tv_sec >= maxtime) in test_execute()