Searched refs:remaining_usecs (Results 1 – 1 of 1) sorted by relevance
28 unsigned int remaining_usecs; variable33 unsigned int usecs = MIN(MAX_USECS, remaining_usecs); in stopwatch_set_usecs()35 remaining_usecs -= usecs; in stopwatch_set_usecs()53 remaining_usecs = usecs; in stopwatch_init_usecs_expire()61 if (!remaining_usecs) in stopwatch_expired()73 remaining_usecs = 0; in stopwatch_reset()
Completed in 2 milliseconds