Searched refs:usecs (Results 1 – 2 of 2) sorted by relevance
33 unsigned int usecs = MIN(MAX_USECS, remaining_usecs); in stopwatch_set_usecs() local35 remaining_usecs -= usecs; in stopwatch_set_usecs()36 cycle = US_TO_CYCLE(usecs); in stopwatch_set_usecs()43 void stopwatch_init_usecs_expire(unsigned int usecs) in stopwatch_init_usecs_expire() argument53 remaining_usecs = usecs; in stopwatch_init_usecs_expire()
30 void stopwatch_init_usecs_expire(unsigned int usecs);