Home
last modified time | relevance | path

Searched refs:ts_type (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime04.c79 …{ .clock_gettime = libc_clock_gettime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with…
82 …{ .clock_gettime = sys_clock_gettime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
83 …{ .clock_gettime = vdso_gettime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "vDSO with old kernel s…
87 …{ .clock_gettime = sys_clock_gettime64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with…
88 …{ .clock_gettime = vdso_gettime64, .ts_type = TST_KERN_TIMESPEC, .desc = "vDSO time64 with kernel …
90 { .clock_gettime = my_gettimeofday, .ts_type = TST_LIBC_TIMESPEC, .desc = "gettimeofday"},
117 ts.type = tv->ts_type; in run()
Dclock_gettime01.c63 …{ .clock_gettime = libc_clock_gettime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with…
66 …{ .clock_gettime = sys_clock_gettime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
70 …{ .clock_gettime = sys_clock_gettime64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with…
93 spec.type = tv->ts_type; in verify_clock_gettime()
Dclock_gettime03.c42 …{ .clock_gettime = libc_clock_gettime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with…
45 …{ .clock_gettime = sys_clock_gettime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
49 …{ .clock_gettime = sys_clock_gettime64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with…
116 now.type = then.type = parent_then.type = tv->ts_type; in setup()
Dclock_gettime02.c92 …{ .clock_gettime = sys_clock_gettime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
96 …{ .clock_gettime = sys_clock_gettime64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with…
116 spec.type = tv->ts_type; in verify_clock_gettime()
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
Dsched_rr_get_interval02.c18 …{ .sched_rr_get_interval = libc_sched_rr_get_interval, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO…
21 …{ .sched_rr_get_interval = sys_sched_rr_get_interval, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "s…
25 …{ .sched_rr_get_interval = sys_sched_rr_get_interval64, .ts_type = TST_KERN_TIMESPEC, .desc = "sys…
36 tp.type = tv->ts_type; in setup()
Dsched_rr_get_interval01.c24 …{ .sched_rr_get_interval = libc_sched_rr_get_interval, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO…
27 …{ .sched_rr_get_interval = sys_sched_rr_get_interval, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "s…
31 …{ .sched_rr_get_interval = sys_sched_rr_get_interval64, .ts_type = TST_KERN_TIMESPEC, .desc = "sys…
42 tp.type = tv->ts_type; in setup()
Dsched_rr_get_interval03.c37 …{ .sched_rr_get_interval = libc_sched_rr_get_interval, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO…
40 …{ .sched_rr_get_interval = sys_sched_rr_get_interval, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "s…
44 …{ .sched_rr_get_interval = sys_sched_rr_get_interval64, .ts_type = TST_KERN_TIMESPEC, .desc = "sys…
56 tp.type = tv->ts_type; in setup()
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep04.c20 …{ .clock_gettime = libc_clock_gettime, .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIB…
23 …{ .clock_gettime = sys_clock_gettime, .clock_nanosleep = sys_clock_nanosleep, .ts_type = TST_KERN_…
27 …{ .clock_gettime = sys_clock_gettime64, .clock_nanosleep = sys_clock_nanosleep64, .ts_type = TST_K…
39 struct tst_ts ts = {.type = tv->ts_type}; in do_test()
Dclock_nanosleep03.c27 …{ .clock_gettime = libc_clock_gettime, .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIB…
30 …{ .clock_gettime = sys_clock_gettime, .clock_nanosleep = sys_clock_nanosleep, .ts_type = TST_KERN_…
34 …{ .clock_gettime = sys_clock_gettime64, .clock_nanosleep = sys_clock_nanosleep64, .ts_type = TST_K…
54 start.type = end.type = sleep_abs.type = tv->ts_type; in verify_clock_nanosleep()
Dclock_nanosleep01.c110 …{ .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall …
113 …{ .clock_nanosleep = sys_clock_nanosleep, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with …
117 …{ .clock_nanosleep = sys_clock_nanosleep64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 …
123 rq->type = variants[tst_variant].ts_type; in setup()
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/
Dsendmmsg.h18 …{ .recvmmsg = libc_recvmmsg, .sendmmsg = libc_sendmmsg, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDS…
21 …{ .recvmmsg = sys_recvmmsg, .sendmmsg = sys_sendmmsg, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "s…
25 …{ .recvmmsg = sys_recvmmsg64, .sendmmsg = sys_sendmmsg, .ts_type = TST_KERN_TIMESPEC, .desc = "sys…
/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd01.c34 ….tfd_gettime = sys_timerfd_gettime, .tfd_settime = sys_timerfd_settime, .ts_type = TST_KERN_OLD_TI…
38 …_gettime = sys_timerfd_gettime64, .tfd_settime = sys_timerfd_settime64, .ts_type = TST_KERN_TIMESP…
45 struct tst_ts tp = {.type = tv->ts_type, }; in getustime()
99 struct tst_its tmr = {.type = tv->ts_type, }; in run()
120 tmr.type = tv->ts_type; in run()
Dtimerfd_settime02.c35 …{ .tfd_settime = sys_timerfd_settime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
39 …{ .tfd_settime = sys_timerfd_settime64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with…
48 its.type = tv->ts_type; in setup()
Dtimerfd_settime01.c41 …{ .tfd_settime = sys_timerfd_settime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
45 …{ .tfd_settime = sys_timerfd_settime64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with…
55 new_value.type = tv->ts_type; in setup()
Dtimerfd04.c40 …{ .clock_gettime = sys_clock_gettime, .tfd_settime = sys_timerfd_settime, .ts_type = TST_KERN_OLD_…
44 …{ .clock_gettime = sys_clock_gettime64, .tfd_settime = sys_timerfd_settime64, .ts_type = TST_KERN_…
60 start.type = end.type = it.type = tv->ts_type; in verify_timerfd()
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime01.c28 …{ .clock_gettime = libc_clock_gettime, .clock_settime = libc_clock_settime, .ts_type = TST_LIBC_TI…
31 …{ .clock_gettime = sys_clock_gettime, .clock_settime = sys_clock_settime, .ts_type = TST_KERN_OLD_…
35 …{ .clock_gettime = sys_clock_gettime64, .clock_settime = sys_clock_settime64, .ts_type = TST_KERN_…
41 begin->type = change->type = end->type = variants[tst_variant].ts_type; in setup()
Dclock_settime03.c23 ….clock_settime = sys_clock_settime, .timer_settime = sys_timer_settime, .ts_type = TST_KERN_OLD_TI…
27 …ck_settime = sys_clock_settime64, .timer_settime = sys_timer_settime64, .ts_type = TST_KERN_TIMESP…
36 start.type = end.type = its.type = tv->ts_type; in setup()
39 if (tv->ts_type == TST_KERN_OLD_TIMESPEC && in setup()
Dclock_settime02.c97 …{ .clock_gettime = sys_clock_gettime, .clock_settime = sys_clock_settime, .ts_type = TST_KERN_OLD_…
101 …{ .clock_gettime = sys_clock_gettime64, .clock_settime = sys_clock_settime64, .ts_type = TST_KERN_…
117 spec.type = tv->ts_type; in verify_clock_settime()
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop.h23 { .semop = semop, .ts_type = TST_LIBC_TIMESPEC, .desc = "semop: syscall"},
26 …{ .semtimedop = sys_semtimedop, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "semtimedop: syscall wit…
30 …{ .semtimedop = sys_semtimedop_time64, .ts_type = TST_KERN_TIMESPEC, .desc = "semtimedop: syscall …
/third_party/ltp/testcases/kernel/syscalls/utils/
Dmq_timed.h14 …me, .mqt_send = libc_mq_timedsend, .mqt_receive = libc_mq_timedreceive, .ts_type = TST_LIBC_TIMESP…
17 …time, .mqt_send = sys_mq_timedsend, .mqt_receive = sys_mq_timedreceive, .ts_type = TST_KERN_OLD_TI…
21 …, .mqt_send = sys_mq_timedsend64, .mqt_receive = sys_mq_timedreceive64, .ts_type = TST_KERN_TIMESP…
/third_party/ltp/testcases/kernel/syscalls/rt_sigtimedwait/
Drt_sigtimedwait01.c46 …{ .sigwait = my_rt_sigtimedwait, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kerne…
50 …{ .sigwait = my_rt_sigtimedwait_time64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with…
59 tc->tf(tv->sigwait, tc->signo, tv->ts_type); in run()
/third_party/ltp/testcases/kernel/syscalls/timer_gettime/
Dtimer_gettime01.c20 …{ .timer_gettime = sys_timer_gettime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
24 …{ .timer_gettime = sys_timer_gettime64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with…
51 struct tst_its spec = {.type = tv->ts_type, }; in verify()
/third_party/ltp/testcases/kernel/syscalls/io_pgetevents/
Dio_pgetevents01.c18 …{ .io_pgetevents = sys_io_pgetevents, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
22 …{ .io_pgetevents = sys_io_pgetevents_time64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64…
43 struct tst_ts to = tst_ts_from_ns(tv->ts_type, 10000); in run()
Dio_pgetevents02.c42 …{ .io_pgetevents = sys_io_pgetevents, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
46 …{ .io_pgetevents = sys_io_pgetevents_time64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64…
59 to = tst_ts_from_ns(tv->ts_type, 10000); in setup()
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
Dtimer_settime01.c51 ….timer_gettime = sys_timer_gettime, .timer_settime = sys_timer_settime, .ts_type = TST_KERN_OLD_TI…
55 …er_gettime = sys_timer_gettime64, .timer_settime = sys_timer_settime64, .ts_type = TST_KERN_TIMESP…
124 new_set.type = old_set.type = tv->ts_type; in run()
128 timenow.type = tv->ts_type; in run()

12