Home
last modified time | relevance | path

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

12

/third_party/ltp/include/
Dtst_timer.h142 TST_KERN_OLD_TIMESPEC, enumerator
171 case TST_KERN_OLD_TIMESPEC: in tst_ts_get()
187 case TST_KERN_OLD_TIMESPEC: in tst_its_get()
381 case TST_KERN_OLD_TIMESPEC: in tst_ts_get_sec()
399 case TST_KERN_OLD_TIMESPEC: in tst_ts_get_nsec()
418 case TST_KERN_OLD_TIMESPEC: in tst_ts_set_sec()
438 case TST_KERN_OLD_TIMESPEC: in tst_ts_set_nsec()
455 case TST_KERN_OLD_TIMESPEC: in tst_its_get_interval_sec()
471 case TST_KERN_OLD_TIMESPEC: in tst_its_get_interval_nsec()
488 case TST_KERN_OLD_TIMESPEC: in tst_its_set_interval_sec()
[all …]
/third_party/ltp/lib/
Dtst_clocks.c44 tts.type = TST_KERN_OLD_TIMESPEC; in tst_clock_getres()
74 tts.type = TST_KERN_OLD_TIMESPEC; in tst_clock_gettime()
103 tts.type = TST_KERN_OLD_TIMESPEC; in tst_clock_settime()
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c49 …{ .func = sys_clock_getres, .type = TST_KERN_OLD_TIMESPEC, .spec = &tspec, .desc = "syscall with o…
50 …{ .func = sys_clock_getres, .type = TST_KERN_OLD_TIMESPEC, .spec = &nspec, .desc = "syscall with o…
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime03.c23 …sys_clock_settime, .timer_settime = sys_timer_settime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "…
39 if (tv->ts_type == TST_KERN_OLD_TIMESPEC && in setup()
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime04.c82 …{ .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…
Dclock_gettime01.c66 …{ .clock_gettime = sys_clock_gettime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
Dclock_gettime02.c92 …{ .clock_gettime = sys_clock_gettime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/
Dsendmmsg.h21 …{ .recvmmsg = sys_recvmmsg, .sendmmsg = sys_sendmmsg, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "s…
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait04.c18 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel spec…
Dfutex_wait01.c34 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel spec…
Dfutex_wake04.c40 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel spec…
Dfutex_wait_bitset01.c26 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .gettime = sys_clock_gettime, .desc =…
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
Dsched_rr_get_interval02.c21 …{ .sched_rr_get_interval = sys_sched_rr_get_interval, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "s…
Dsched_rr_get_interval01.c27 …{ .sched_rr_get_interval = sys_sched_rr_get_interval, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "s…
Dsched_rr_get_interval03.c40 …{ .sched_rr_get_interval = sys_sched_rr_get_interval, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "s…
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop.h26 …{ .semtimedop = sys_semtimedop, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "semtimedop: syscall wit…
/third_party/ltp/testcases/kernel/syscalls/utils/
Dmq_timed.h17 … sys_mq_timedsend, .mqt_receive = sys_mq_timedreceive, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "…
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep04.c23 …clock_gettime, .clock_nanosleep = sys_clock_nanosleep, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "…
Dclock_nanosleep03.c30 …clock_gettime, .clock_nanosleep = sys_clock_nanosleep, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "…
/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 …
/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…
/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd_settime02.c35 …{ .tfd_settime = sys_timerfd_settime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
Dtimerfd_settime01.c41 …{ .tfd_settime = sys_timerfd_settime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
/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 …
/third_party/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c116 …{ .utimensat = sys_utimensat, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel s…
139 case TST_KERN_OLD_TIMESPEC: in multi_set_time()

12