Searched refs:tst_ts_from_ms (Results 1 – 3 of 3) sorted by relevance
21 ts1 = tst_ts_from_ms(type, VAL_MS); in test_diff()50 ts1 = tst_ts_from_ms(type, VAL_MS); in test_lt()89 ts = tst_ts_from_ms(type, 1000); in test_add_sub()
58 struct tst_ts usec = tst_ts_from_ms(tv->tstype, max_sleep_ms); in do_child()
711 tst_ts_from_ms(enum tst_ts_type type, long long ms) in tst_ts_from_ms() function727 return tst_ts_to_timespec(tst_ts_from_ms(TST_LIBC_TIMESPEC, ms)); in tst_timespec_from_ms()