Home
last modified time | relevance | path

Searched refs:tst_ts_valid (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
Dsched_rr_get_interval02.c51 if (!TST_RET && tst_ts_valid(&tp) == -1) { in run()
Dsched_rr_get_interval01.c63 if (!tst_ts_valid(&tp)) { in run()
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime01.c109 ret = tst_ts_valid(&spec); in verify_clock_gettime()
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep01.c194 if (tst_ts_valid(rm)) { in do_test()
/third_party/ltp/include/
Dtst_timer.h593 static inline int tst_ts_valid(struct tst_ts *t) in tst_ts_valid() function