Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait_bitset01.c75 tst_ts_diff_us(end, start), wait_us); in verify_futex_wait_bitset()
79 if (tst_ts_diff_us(end, to) > THRESHOLD_US) { in verify_futex_wait_bitset()
82 tst_ts_diff_us(end, start), wait_us); in verify_futex_wait_bitset()
87 tst_ts_diff_us(end, start), wait_us); in verify_futex_wait_bitset()
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime01.c73 elapsed = tst_ts_diff_us(*end, *begin); in verify_clock_settime()
94 elapsed = tst_ts_diff_us(*end, *begin); in verify_clock_settime()
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep03.c87 long long diff = tst_ts_diff_us(end, start); in verify_clock_nanosleep()
/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd04.c103 long long diff = tst_ts_diff_us(end, start); in verify_timerfd()
/third_party/ltp/include/
Dtst_timer.h940 tst_ts_diff_us(struct tst_ts t1, struct tst_ts t2) in tst_ts_diff_us() function
951 return tst_ts_diff_us(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_diff_us()