Searched refs:tst_ts_from_ns (Results 1 – 7 of 7) sorted by relevance
29 struct tst_ts to = tst_ts_from_ns(tv->tstype, 10000); in run()
46 struct tst_ts to = tst_ts_from_ns(tv->tstype, 10000); in run()
55 to = tst_ts_from_ns(tv->tstype, 30 * NSEC_PER_SEC); in setup()
37 struct tst_ts to = tst_ts_from_ns(tv->ts_type, 10000); in run()
59 to = tst_ts_from_ns(tv->ts_type, 10000); in setup()
77 ts = tst_ts_from_ns(type, 999999000); in test_add_sub()
674 tst_ts_from_ns(enum tst_ts_type type, long long ns) in tst_ts_from_ns() function