/third_party/ltp/include/ |
D | tst_timer.h | 142 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/ |
D | tst_clocks.c | 44 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/ |
D | clock_getres01.c | 49 …{ .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/ |
D | clock_settime03.c | 23 …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/ |
D | clock_gettime04.c | 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…
|
D | clock_gettime01.c | 66 …{ .clock_gettime = sys_clock_gettime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
|
D | clock_gettime02.c | 92 …{ .clock_gettime = sys_clock_gettime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
|
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/ |
D | sendmmsg.h | 21 …{ .recvmmsg = sys_recvmmsg, .sendmmsg = sys_sendmmsg, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "s…
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wait04.c | 18 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel spec…
|
D | futex_wait01.c | 34 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel spec…
|
D | futex_wake04.c | 40 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel spec…
|
D | futex_wait_bitset01.c | 26 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .gettime = sys_clock_gettime, .desc =…
|
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/ |
D | sched_rr_get_interval02.c | 21 …{ .sched_rr_get_interval = sys_sched_rr_get_interval, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "s…
|
D | sched_rr_get_interval01.c | 27 …{ .sched_rr_get_interval = sys_sched_rr_get_interval, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "s…
|
D | sched_rr_get_interval03.c | 40 …{ .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/ |
D | semop.h | 26 …{ .semtimedop = sys_semtimedop, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "semtimedop: syscall wit…
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | mq_timed.h | 17 … sys_mq_timedsend, .mqt_receive = sys_mq_timedreceive, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "…
|
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep04.c | 23 …clock_gettime, .clock_nanosleep = sys_clock_nanosleep, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "…
|
D | clock_nanosleep03.c | 30 …clock_gettime, .clock_nanosleep = sys_clock_nanosleep, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "…
|
/third_party/ltp/testcases/kernel/syscalls/io_pgetevents/ |
D | io_pgetevents01.c | 18 …{ .io_pgetevents = sys_io_pgetevents, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
|
/third_party/ltp/testcases/kernel/syscalls/rt_sigtimedwait/ |
D | rt_sigtimedwait01.c | 46 …{ .sigwait = my_rt_sigtimedwait, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kerne…
|
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd_settime02.c | 35 …{ .tfd_settime = sys_timerfd_settime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
|
D | timerfd_settime01.c | 41 …{ .tfd_settime = sys_timerfd_settime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
|
/third_party/ltp/testcases/kernel/syscalls/timer_gettime/ |
D | timer_gettime01.c | 20 …{ .timer_gettime = sys_timer_gettime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 116 …{ .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()
|