Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime03.c72 diff = tst_ts_diff_ms(then, now); in child()
82 diff = tst_ts_diff_ms(parent_then, now); in child()
/third_party/ltp/lib/newlib_tests/
Dtest_timer.c38 diff = tst_ts_diff_ms(ts1, ts2); in test_diff()
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime03.c93 diff = tst_ts_diff_ms(end, start); in run()
/third_party/ltp/include/
Dtst_timer.h958 tst_ts_diff_ms(struct tst_ts t1, struct tst_ts t2) in tst_ts_diff_ms() function
969 return tst_ts_diff_ms(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_diff_ms()