Searched refs:maxtime (Results 1 – 2 of 2) sorted by relevance
27 struct timeval start, now, diff, maxtime; in spin_sleep() local31 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()
800 unsigned int maxtime, in test_execute() argument833 if (guest_runtime->tv_sec >= maxtime) in test_execute()
Completed in 6 milliseconds