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.h315 static inline struct tst_ts tst_ts_from_timespec(struct timespec ts) in tst_ts_from_timespec() function
356 return tst_ts_to_us(tst_ts_from_timespec(ts)); in tst_timespec_to_us()
373 return tst_ts_to_ms(tst_ts_from_timespec(ts)); in tst_timespec_to_ms()
452 return tst_ts_lt(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_lt()
498 res = tst_ts_add_us(tst_ts_from_timespec(ts), us); in tst_timespec_add_us()
525 res = tst_ts_sub_us(tst_ts_from_timespec(ts), us); in tst_timespec_sub_us()
552 res = tst_ts_add(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_add()
579 res = tst_ts_diff(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_diff()
599 return tst_ts_diff_ns(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_diff_ns()
617 return tst_ts_diff_us(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_diff_us()
[all …]