Home
last modified time | relevance | path

Searched refs:tst_ts (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ltp/include/
Dtst_timer.h146 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 …]
Dtime64_variants.h22 struct tst_ts;
/third_party/ltp/testcases/kernel/syscalls/utils/
Dmq_timed.h29 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/
Dtest_timer.c18 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/
Dtst_clocks.c30 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/
Dfutextest.h129 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()
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_wait_bitset01.c37 struct tst_ts start, to, end; in verify_futex_wait_bitset()
Dfutex_wake04.c37 static struct tst_ts to;
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
Dsched_rr_get_interval03.c23 static struct tst_ts tp;
28 struct tst_ts *tp;
Dsched_rr_get_interval02.c15 static struct tst_ts tp;
Dsched_rr_get_interval01.c21 struct tst_ts tp;
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop02.c35 static struct tst_ts timeout;
36 static struct tst_ts *valid_to = &timeout, *invalid_to;
51 struct tst_ts **to;
Dsemop01.c24 static struct tst_ts timeout;
27 struct tst_ts *to;
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep03.c38 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()
Dclock_nanosleep01.c106 static struct tst_ts *rq;
107 static struct tst_ts *rm;
Dclock_nanosleep04.c39 struct tst_ts ts = {.type = tv->ts_type}; in do_test()
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c37 static struct tst_ts *tspec, *nspec = NULL;
42 struct tst_ts **spec;
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime01.c25 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/
Dio_pgetevents02.c19 static struct tst_ts to;
28 struct tst_ts *timeout;
Dio_pgetevents01.c43 struct tst_ts to = tst_ts_from_ns(tv->ts_type, 10000); in run()
/third_party/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c43 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/
Dclock_gettime01.c60 static struct tst_ts spec;
Dclock_gettime02.c85 static struct tst_ts spec;

12