Home
last modified time | relevance | path

Searched refs:tst_ts_from_ns (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait04.c29 struct tst_ts to = tst_ts_from_ns(tv->tstype, 10000); in run()
Dfutex_wait01.c46 struct tst_ts to = tst_ts_from_ns(tv->tstype, 10000); in run()
Dfutex_wake04.c55 to = tst_ts_from_ns(tv->tstype, 30 * NSEC_PER_SEC); in setup()
/third_party/ltp/testcases/kernel/syscalls/io_pgetevents/
Dio_pgetevents01.c37 struct tst_ts to = tst_ts_from_ns(tv->ts_type, 10000); in run()
Dio_pgetevents02.c59 to = tst_ts_from_ns(tv->ts_type, 10000); in setup()
/third_party/ltp/lib/newlib_tests/
Dtest_timer.c77 ts = tst_ts_from_ns(type, 999999000); in test_add_sub()
/third_party/ltp/include/
Dtst_timer.h674 tst_ts_from_ns(enum tst_ts_type type, long long ns) in tst_ts_from_ns() function