Searched refs:tst_timespec_from_us (Results 1 – 7 of 7) sorted by relevance
19 struct timespec t = tst_timespec_from_us(usec); in sample_fn()
17 struct timespec t = tst_timespec_from_us(usec); in sample_fn()
15 struct timespec tv = tst_timespec_from_us(usec); in sample_fn()
20 struct timespec t = tst_timespec_from_us(usec); in sample_fn()
18 struct timespec to = tst_timespec_from_us(usec); in sample_fn()
702 tst_timespec_from_us(long long us) in tst_timespec_from_us() function735 struct timespec tp = tst_timespec_from_us(usec); in tst_its_set_interval_from_us()746 struct timespec tp = tst_timespec_from_us(usec); in tst_its_set_value_from_us()
74 *((struct timespec *)ts) = tst_timespec_from_us(tst_timeval_to_us(tval)); in my_gettimeofday()