Home
last modified time | relevance | path

Searched refs:tst_ts_from_timespec (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/include/
Dtst_timer.h609 static inline struct tst_ts tst_ts_from_timespec(struct timespec ts) in tst_ts_from_timespec() function
650 return tst_ts_to_us(tst_ts_from_timespec(ts)); in tst_timespec_to_us()
667 return tst_ts_to_ms(tst_ts_from_timespec(ts)); in tst_timespec_to_ms()
786 return tst_ts_lt(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_lt()
832 res = tst_ts_add_us(tst_ts_from_timespec(ts), us); in tst_timespec_add_us()
859 res = tst_ts_sub_us(tst_ts_from_timespec(ts), us); in tst_timespec_sub_us()
886 res = tst_ts_add(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_add()
913 res = tst_ts_diff(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_diff()
933 return tst_ts_diff_ns(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_diff_ns()
951 return tst_ts_diff_us(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_diff_us()
[all …]