Searched refs:tst_ts_diff_ms (Results 1 – 4 of 4) sorted by relevance
72 diff = tst_ts_diff_ms(then, now); in child()82 diff = tst_ts_diff_ms(parent_then, now); in child()
38 diff = tst_ts_diff_ms(ts1, ts2); in test_diff()
93 diff = tst_ts_diff_ms(end, start); in run()
958 tst_ts_diff_ms(struct tst_ts t1, struct tst_ts t2) in tst_ts_diff_ms() function969 return tst_ts_diff_ms(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_diff_ms()