Searched refs:time_usec (Results 1 – 1 of 1) sorted by relevance
55 static bool usec_matches_seconds(timediff_t time_usec, int expected_seconds) in usec_matches_seconds() argument57 int time_sec = (int)(time_usec / usec_magnitude); in usec_matches_seconds()60 (int)time_usec, expected_seconds, in usec_matches_seconds()
Completed in 3 milliseconds