Searched refs:tst_ts_diff_us (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wait_bitset01.c | 75 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/ |
D | clock_settime01.c | 73 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/ |
D | clock_nanosleep03.c | 87 long long diff = tst_ts_diff_us(end, start); in verify_clock_nanosleep()
|
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd04.c | 103 long long diff = tst_ts_diff_us(end, start); in verify_timerfd()
|
/third_party/ltp/include/ |
D | tst_timer.h | 940 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()
|