Searched refs:tst_timespec_to_ms (Results 1 – 4 of 4) sorted by relevance
53 static inline long long tst_timespec_to_ms(struct timespec t) in tst_timespec_to_ms() function225 return tst_timespec_to_ms(tst_timespec_diff(t1, t2)); in tst_timespec_diff_ms()281 return tst_timespec_to_ms(tst_timespec_abs_diff(t1, t2)); in tst_timespec_abs_diff_ms()324 return tst_timespec_to_ms(tst_timer_elapsed()); in tst_timer_elapsed_ms()
103 long long expect_ms = tst_timespec_to_ms(tc->rq); in do_test()104 long long remain_ms = tst_timespec_to_ms(rm); in do_test()
1060 return tst_timespec_to_ms(ts); in get_time_ms()
1355 long long tst_timespec_to_ms(struct timespec t);