/third_party/ltp/include/ |
D | tst_timer.h | 146 struct tst_ts { struct 163 static inline void *tst_ts_get(struct tst_ts *t) in tst_ts_get() argument 376 static inline long long tst_ts_get_sec(struct tst_ts ts) in tst_ts_get_sec() 394 static inline long long tst_ts_get_nsec(struct tst_ts ts) in tst_ts_get_nsec() 412 static inline void tst_ts_set_sec(struct tst_ts *ts, long long sec) in tst_ts_set_sec() 432 static inline void tst_ts_set_nsec(struct tst_ts *ts, long long nsec) in tst_ts_set_nsec() 593 static inline int tst_ts_valid(struct tst_ts *t) in tst_ts_valid() 609 static inline struct tst_ts tst_ts_from_timespec(struct timespec ts) in tst_ts_from_timespec() 611 struct tst_ts t = { in tst_ts_from_timespec() 623 static inline struct timespec tst_ts_to_timespec(struct tst_ts t) in tst_ts_to_timespec() [all …]
|
D | time64_variants.h | 22 struct tst_ts;
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | mq_timed.h | 29 struct tst_ts *rq; 42 static pid_t set_sig(struct tst_ts *ts, in set_sig() 51 static void set_timeout(struct tst_ts *ts, in set_timeout()
|
/third_party/ltp/lib/newlib_tests/ |
D | test_timer.c | 18 struct tst_ts ts1, ts2; in test_diff() 48 struct tst_ts ts1, ts2; in test_lt() 75 struct tst_ts ts; in test_add_sub()
|
/third_party/ltp/lib/ |
D | tst_clocks.c | 30 static struct tst_ts tts = { 0, }; in tst_clock_getres() 60 static struct tst_ts tts = { 0, }; in tst_clock_gettime() 90 static struct tst_ts tts = { 0, }; in tst_clock_settime()
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | futextest.h | 129 struct tst_ts *timeout, int opflags) in futex_wait() 152 struct tst_ts *timeout, u_int32_t bitset, int opflags) in futex_wait_bitset() 175 futex_lock_pi(enum futex_fn_type fntype, futex_t *uaddr, struct tst_ts *timeout, in futex_lock_pi() 244 futex_t *uaddr2, struct tst_ts *timeout, int opflags) in futex_wait_requeue_pi()
|
D | futex_wait04.c | 29 struct tst_ts to = tst_ts_from_ns(tv->tstype, 10000); in run()
|
D | futex_wait01.c | 46 struct tst_ts to = tst_ts_from_ns(tv->tstype, 10000); in run()
|
D | futex_wait_bitset01.c | 37 struct tst_ts start, to, end; in verify_futex_wait_bitset()
|
D | futex_wake04.c | 37 static struct tst_ts to;
|
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/ |
D | sched_rr_get_interval03.c | 23 static struct tst_ts tp; 28 struct tst_ts *tp;
|
D | sched_rr_get_interval02.c | 15 static struct tst_ts tp;
|
D | sched_rr_get_interval01.c | 21 struct tst_ts tp;
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop02.c | 35 static struct tst_ts timeout; 36 static struct tst_ts *valid_to = &timeout, *invalid_to; 51 struct tst_ts **to;
|
D | semop01.c | 24 static struct tst_ts timeout; 27 struct tst_ts *to;
|
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep03.c | 38 static void do_clock_gettime(struct time64_variants *tv, struct tst_ts *ts) in do_clock_gettime() 50 struct tst_ts start, end, sleep_abs; in verify_clock_nanosleep()
|
D | clock_nanosleep01.c | 106 static struct tst_ts *rq; 107 static struct tst_ts *rm;
|
D | clock_nanosleep04.c | 39 struct tst_ts ts = {.type = tv->ts_type}; in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/clock_getres/ |
D | clock_getres01.c | 37 static struct tst_ts *tspec, *nspec = NULL; 42 struct tst_ts **spec;
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime01.c | 25 static struct tst_ts *begin, *change, *end; 45 static void do_clock_gettime(struct time64_variants *tv, struct tst_ts *ts) in do_clock_gettime()
|
/third_party/ltp/testcases/kernel/syscalls/io_pgetevents/ |
D | io_pgetevents02.c | 19 static struct tst_ts to; 28 struct tst_ts *timeout;
|
D | io_pgetevents01.c | 43 struct tst_ts to = tst_ts_from_ns(tv->ts_type, 10000); in run()
|
/third_party/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 43 struct tst_ts *ts; /* ts ppoll parameter */ 65 static struct tst_ts ts_short, ts_long; 239 struct tst_ts ts, *tsp = NULL; in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | clock_gettime01.c | 60 static struct tst_ts spec;
|
D | clock_gettime02.c | 85 static struct tst_ts spec;
|