| /Linux-v5.10/arch/x86/entry/vdso/ |
| D | vclock_gettime.c | 59 extern int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts); 60 extern int __vdso_clock_getres(clockid_t clock, struct old_timespec32 *res); 62 int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts) in __vdso_clock_gettime() 67 int clock_gettime(clockid_t, struct old_timespec32 *) 78 int __vdso_clock_getres(clockid_t clock, struct old_timespec32 *res) in __vdso_clock_getres() 83 int clock_getres(clockid_t, struct old_timespec32 *)
|
| /Linux-v5.10/arch/arm/include/asm/vdso/ |
| D | gettimeofday.h | 58 struct old_timespec32 *_ts) in clock_gettime32_fallback() 60 register struct old_timespec32 *ts asm("r1") = _ts; in clock_gettime32_fallback() 94 struct old_timespec32 *_ts) in clock_getres32_fallback() 96 register struct old_timespec32 *ts asm("r1") = _ts; in clock_getres32_fallback()
|
| /Linux-v5.10/arch/arm64/include/asm/vdso/ |
| D | compat_gettimeofday.h | 56 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 58 register struct old_timespec32 *ts asm("r1") = _ts; in clock_gettime32_fallback() 90 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() 92 register struct old_timespec32 *ts asm("r1") = _ts; in clock_getres32_fallback()
|
| /Linux-v5.10/arch/mips/include/asm/vdso/ |
| D | gettimeofday.h | 95 struct old_timespec32 *_ts) in clock_gettime32_fallback() 97 register struct old_timespec32 *ts asm("a1") = _ts; in clock_gettime32_fallback() 115 struct old_timespec32 *_ts) in clock_getres32_fallback() 117 register struct old_timespec32 *ts asm("a1") = _ts; in clock_getres32_fallback()
|
| /Linux-v5.10/kernel/time/ |
| D | posix-stubs.c | 173 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 186 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 201 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 221 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() 222 struct old_timespec32 __user *, rmtp) in SYSCALL_DEFINE4()
|
| D | time.c | 817 const struct old_timespec32 __user *cts) in __get_old_timespec32() 819 struct old_timespec32 ts; in __get_old_timespec32() 833 struct old_timespec32 __user *cts) in __put_old_timespec32() 835 struct old_timespec32 ts = { in __put_old_timespec32()
|
| D | posix-timers.c | 1150 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 1165 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 1201 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 1273 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() 1274 struct old_timespec32 __user *, rmtp) in SYSCALL_DEFINE4()
|
| /Linux-v5.10/arch/arm/vdso/ |
| D | vgettimeofday.c | 11 struct old_timespec32 *ts) in __vdso_clock_gettime() 29 struct old_timespec32 *res) in __vdso_clock_getres()
|
| /Linux-v5.10/arch/arm64/kernel/vdso32/ |
| D | vgettimeofday.c | 10 struct old_timespec32 *ts) in __vdso_clock_gettime() 28 struct old_timespec32 *res) in __vdso_clock_getres()
|
| /Linux-v5.10/include/linux/ |
| D | restart_block.h | 13 struct old_timespec32; 43 struct old_timespec32 __user *compat_rmtp;
|
| D | time32.h | 18 struct old_timespec32 it_interval; 19 struct old_timespec32 it_value;
|
| D | syscalls.h | 303 struct old_timespec32 __user *timeout); 314 struct old_timespec32 __user *timeout, 495 fd_set __user *, struct old_timespec32 __user *, 501 struct old_timespec32 __user *, const sigset_t __user *, 554 struct old_timespec32 __user *t, int flags); 584 struct old_timespec32 __user *utime, u32 __user *uaddr2, 595 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp, 596 struct old_timespec32 __user *rmtp); 641 struct old_timespec32 __user *tp); 643 struct old_timespec32 __user *tp); [all …]
|
| D | compat.h | 490 struct old_timespec32 __user *timeout, 571 struct old_timespec32 __user *tsp, 580 struct old_timespec32 __user *tsp, 667 struct old_timespec32 __user *uts, compat_size_t sigsetsize); 766 struct old_timespec32 __user *timeout);
|
| D | socket.h | 372 struct old_timespec32; 391 struct old_timespec32 __user *timeout32);
|
| /Linux-v5.10/arch/mips/vdso/ |
| D | vgettimeofday.c | 15 struct old_timespec32 *ts) in __vdso_clock_gettime() 37 struct old_timespec32 *res) in __vdso_clock_getres()
|
| /Linux-v5.10/lib/vdso/ |
| D | gettimeofday.c | 271 struct old_timespec32 *res) in __cvdso_clock_gettime32_data() 289 __cvdso_clock_gettime32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_gettime32() 414 struct old_timespec32 *res) in __cvdso_clock_getres_time32_data() 432 __cvdso_clock_getres_time32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_getres_time32()
|
| /Linux-v5.10/arch/x86/include/asm/vdso/ |
| D | gettimeofday.h | 125 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 177 long clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback()
|
| /Linux-v5.10/include/vdso/ |
| D | time32.h | 7 struct old_timespec32 { struct
|
| /Linux-v5.10/arch/arm/kernel/ |
| D | sys_oabi-compat.c | 312 const struct old_timespec32 __user *timeout) in sys_oabi_semtimedop() 315 struct old_timespec32 local_timeout; in sys_oabi_semtimedop() 370 (const struct old_timespec32 __user *)fifth); in sys_oabi_ipc()
|
| /Linux-v5.10/tools/perf/trace/beauty/include/linux/ |
| D | socket.h | 372 struct old_timespec32; 391 struct old_timespec32 __user *timeout32);
|
| /Linux-v5.10/ipc/ |
| D | syscall.c | 38 (const struct old_timespec32 __user *)fifth); in ksys_ipc()
|
| D | mqueue.c | 1600 static int compat_prepare_timeout(const struct old_timespec32 __user *p, in compat_prepare_timeout() 1613 const struct old_timespec32 __user *, u_abs_timeout) in SYSCALL_DEFINE5() 1628 const struct old_timespec32 __user *, u_abs_timeout) in SYSCALL_DEFINE5()
|
| /Linux-v5.10/fs/ |
| D | select.c | 806 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() 1118 struct old_timespec32 __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() 1375 struct old_timespec32 __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() 1390 unsigned int, nfds, struct old_timespec32 __user *, tsp, in COMPAT_SYSCALL_DEFINE5()
|
| D | utimes.c | 250 …sat_time32, unsigned int, dfd, const char __user *, filename, struct old_timespec32 __user *, t, i… in SYSCALL_DEFINE4()
|
| /Linux-v5.10/net/ |
| D | compat.c | 233 struct old_timespec32 cts[3]; in put_cmsg_compat() 417 struct old_timespec32 __user *, timeout) in COMPAT_SYSCALL_DEFINE5()
|