Searched refs:tst_ts_set_sec (Results 1 – 15 of 15) sorted by relevance
/third_party/ltp/include/ |
D | tst_timer.h | 412 static inline void tst_ts_set_sec(struct tst_ts *ts, long long sec) in tst_ts_set_sec() function 678 tst_ts_set_sec(&ret, ns / 1000000000); in tst_ts_from_ns() 692 tst_ts_set_sec(&ret, us / 1000000); in tst_ts_from_us() 715 tst_ts_set_sec(&ret, ms / 1000); in tst_ts_from_ms() 798 tst_ts_set_sec(&t, sec + 1); in tst_ts_normalize() 803 tst_ts_set_sec(&t, sec - 1); in tst_ts_normalize() 818 tst_ts_set_sec(&res, tst_ts_get_sec(t) + us / 1000000); in tst_ts_add_us() 845 tst_ts_set_sec(&res, tst_ts_get_sec(t) - us / 1000000); in tst_ts_sub_us() 872 tst_ts_set_sec(&res, tst_ts_get_sec(t1) + tst_ts_get_sec(t2)); in tst_ts_add() 899 tst_ts_set_sec(&res, tst_ts_get_sec(t1) - tst_ts_get_sec(t2)); in tst_ts_diff()
|
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/ |
D | sched_rr_get_interval02.c | 46 tst_ts_set_sec(&tp, 99); in run()
|
/third_party/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 221 tst_ts_set_sec(&ts_short, 0); in setup() 223 tst_ts_set_sec(&ts_long, 2); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop01.c | 75 tst_ts_set_sec(&timeout, 0); in setup()
|
D | semop03.c | 73 tst_ts_set_sec(&timeout, 2); in setup()
|
D | semop02.c | 82 tst_ts_set_sec(&timeout, 0); in setup()
|
/third_party/ltp/lib/ |
D | tst_clocks.c | 111 tst_ts_set_sec(&tts, ts->tv_sec); in tst_clock_settime()
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime03.c | 66 tst_ts_set_sec(&start, time); in run()
|
D | clock_settime02.c | 131 tst_ts_set_sec(&spec, tc[i].tv_sec); in verify_clock_settime()
|
/third_party/ltp/testcases/kernel/syscalls/recvmmsg/ |
D | recvmmsg01.c | 84 tst_ts_set_sec(&ts, tc->tv_sec); in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/ |
D | sendmmsg01.c | 36 tst_ts_set_sec(&timeout, 1); in run()
|
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep01.c | 151 tst_ts_set_sec(rq, tc->tv_sec); in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/mq_timedreceive/ |
D | mq_timedreceive01.c | 159 tst_ts_set_sec(&ts, tc->tv_sec); in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/mq_timedsend/ |
D | mq_timedsend01.c | 172 tst_ts_set_sec(&ts, tc->tv_sec); in do_test()
|
/third_party/ltp/libs/libltpsigwait/ |
D | sigwait.c | 46 tst_ts_set_sec(&ts, 1); in test_timeout()
|