/linux-5.19.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-5.19.10/arch/csky/include/asm/vdso/ |
D | gettimeofday.h | 49 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 52 register struct old_timespec32 *ts asm("a1") = _ts; in clock_gettime32_fallback() 81 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() 84 register struct old_timespec32 *ts asm("a1") = _ts; in clock_getres32_fallback()
|
/linux-5.19.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-5.19.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-5.19.10/arch/powerpc/include/asm/vdso/ |
D | gettimeofday.h | 74 int clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 80 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() 147 int __c_kernel_clock_gettime(clockid_t clock, struct old_timespec32 *ts, 151 int __c_kernel_clock_getres(clockid_t clock_id, struct old_timespec32 *res,
|
/linux-5.19.10/arch/mips/include/asm/vdso/ |
D | gettimeofday.h | 107 struct old_timespec32 *_ts) in clock_gettime32_fallback() 109 register struct old_timespec32 *ts asm("a1") = _ts; in clock_gettime32_fallback() 129 struct old_timespec32 *_ts) in clock_getres32_fallback() 131 register struct old_timespec32 *ts asm("a1") = _ts; in clock_getres32_fallback()
|
/linux-5.19.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 | 1159 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 1174 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 1210 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 1282 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() 1283 struct old_timespec32 __user *, rmtp) in SYSCALL_DEFINE4()
|
/linux-5.19.10/arch/csky/kernel/vdso/ |
D | vgettimeofday.c | 7 struct old_timespec32 *ts) in __vdso_clock_gettime() 25 struct old_timespec32 *res) in __vdso_clock_getres()
|
/linux-5.19.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-5.19.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-5.19.10/include/linux/ |
D | restart_block.h | 13 struct old_timespec32; 44 struct old_timespec32 __user *compat_rmtp;
|
D | time32.h | 18 struct old_timespec32 it_interval; 19 struct old_timespec32 it_value;
|
D | syscalls.h | 327 struct old_timespec32 __user *timeout); 338 struct old_timespec32 __user *timeout, 526 fd_set __user *, struct old_timespec32 __user *, 532 struct old_timespec32 __user *, const sigset_t __user *, 585 struct old_timespec32 __user *t, int flags); 615 const struct old_timespec32 __user *utime, 630 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp, 631 struct old_timespec32 __user *rmtp); 676 struct old_timespec32 __user *tp); 678 struct old_timespec32 __user *tp); [all …]
|
D | compat.h | 578 struct old_timespec32 __user *timeout, 665 struct old_timespec32 __user *tsp, 674 struct old_timespec32 __user *tsp, 761 struct old_timespec32 __user *uts, compat_size_t sigsetsize); 840 struct old_timespec32 __user *timeout);
|
D | socket.h | 383 struct old_timespec32; 402 struct old_timespec32 __user *timeout32);
|
/linux-5.19.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-5.19.10/arch/powerpc/kernel/vdso/ |
D | vgettimeofday.c | 21 int __c_kernel_clock_gettime(clockid_t clock, struct old_timespec32 *ts, in __c_kernel_clock_gettime() 33 int __c_kernel_clock_getres(clockid_t clock_id, struct old_timespec32 *res, in __c_kernel_clock_getres()
|
/linux-5.19.10/arch/x86/include/asm/vdso/ |
D | gettimeofday.h | 126 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 178 long clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback()
|
/linux-5.19.10/lib/vdso/ |
D | gettimeofday.c | 274 struct old_timespec32 *res) in __cvdso_clock_gettime32_data() 292 __cvdso_clock_gettime32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_gettime32() 417 struct old_timespec32 *res) in __cvdso_clock_getres_time32_data() 435 __cvdso_clock_getres_time32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_getres_time32()
|
/linux-5.19.10/include/vdso/ |
D | time32.h | 7 struct old_timespec32 { struct
|
/linux-5.19.10/arch/arm/kernel/ |
D | sys_oabi-compat.c | 339 const struct old_timespec32 __user *timeout) in sys_oabi_semtimedop() 400 (const struct old_timespec32 __user *)fifth); in sys_oabi_ipc() 409 const struct old_timespec32 __user *timeout) in sys_oabi_semtimedop()
|
/linux-5.19.10/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 383 struct old_timespec32; 402 struct old_timespec32 __user *timeout32);
|
/linux-5.19.10/ipc/ |
D | syscall.c | 38 (const struct old_timespec32 __user *)fifth); in ksys_ipc()
|