Searched refs:tst_us_to_timespec (Results 1 – 6 of 6) sorted by relevance
19 struct timespec t = tst_us_to_timespec(usec); in sample_fn()
30 struct timespec t = tst_us_to_timespec(usec); in sample_fn()
27 struct timespec tv = tst_us_to_timespec(usec); in sample_fn()
31 struct timespec to = tst_us_to_timespec(usec); in sample_fn()
116 static inline struct timespec tst_us_to_timespec(long long us) in tst_us_to_timespec() function