Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep01.c191 long long expect_ms = tst_ts_to_ms(*rq); in do_test()
192 long long remain_ms = tst_ts_to_ms(*rm); in do_test()
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
Dsched_rr_get_interval01.c72 TST_ASSERT_INT("/proc/sys/kernel/sched_rr_timeslice_ms", tst_ts_to_ms(tp)); in run()
/third_party/ltp/include/
Dtst_timer.h656 static inline long long tst_ts_to_ms(struct tst_ts t) in tst_ts_to_ms() function
667 return tst_ts_to_ms(tst_ts_from_timespec(ts)); in tst_timespec_to_ms()
960 return tst_ts_to_ms(tst_ts_diff(t1, t2)); in tst_ts_diff_ms()
1011 return tst_ts_to_ms(tst_ts_abs_diff(t1, t2)); in tst_ts_abs_diff_ms()