Searched refs:tst_timespec_diff (Results 1 – 5 of 5) sorted by relevance
57 elapsed = tst_timespec_diff(mono_end, mono_begin); in tst_wallclock_restore()106 elapsed = tst_timespec_diff(mono_end, mono_begin); in tst_rtc_clock_restore()
58 return tst_timespec_diff(stop_time, start_time); in tst_timer_elapsed()
62 exp_rem = tst_timespec_diff(timereq, tst_timer_elapsed()); in do_child()
909 tst_timespec_diff(struct timespec ts1, struct timespec ts2) in tst_timespec_diff() function
1359 struct timespec tst_timespec_diff(struct timespec t1, struct timespec t2);1376 The 'tst_timespec_diff*()' functions returns difference between two times, the