| /linux/arch/x86/entry/vdso/ |
| H A D | vclock_gettime.c | 54 int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts) in __vdso_clock_gettime() 59 int clock_gettime(clockid_t, struct old_timespec32 *) 70 int __vdso_clock_getres(clockid_t clock, struct old_timespec32 *res) in __vdso_clock_getres() 75 int clock_getres(clockid_t, struct old_timespec32 *)
|
| /linux/include/vdso/ |
| H A D | gettime.h | 12 struct old_timespec32; 13 int __vdso_clock_getres(clockid_t clock, struct old_timespec32 *res); 14 int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts);
|
| H A D | time32.h | 7 struct old_timespec32 { struct
|
| /linux/arch/parisc/kernel/vdso32/ |
| H A D | vdso32_generic.c | 8 struct old_timespec32; 14 int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts); 24 int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts) in __vdso_clock_gettime()
|
| /linux/kernel/time/ |
| H A D | posix-stubs.c | 130 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 143 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 158 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 178 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() 179 struct old_timespec32 __user *, rmtp) in SYSCALL_DEFINE4()
|
| H A D | posix-timers.c | 1275 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 1290 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 1326 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 1404 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() 1405 struct old_timespec32 __user *, rmtp) in SYSCALL_DEFINE4()
|
| H A D | hrtimer.c | 2206 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE2() 2207 struct old_timespec32 __user *, rmtp) in SYSCALL_DEFINE2()
|
| /linux/arch/powerpc/include/asm/vdso/ |
| H A D | gettimeofday.h | 84 int clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 90 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() 132 int __c_kernel_clock_gettime(clockid_t clock, struct old_timespec32 *ts, 136 int __c_kernel_clock_getres(clockid_t clock_id, struct old_timespec32 *res,
|
| /linux/arch/mips/include/asm/vdso/ |
| H A 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/arch/arm/vdso/ |
| H A D | vgettimeofday.c | 14 struct old_timespec32 *ts) in __vdso_clock_gettime() 32 struct old_timespec32 *res) in __vdso_clock_getres()
|
| /linux/arch/arm64/kernel/vdso32/ |
| H A D | vgettimeofday.c | 12 struct old_timespec32 *ts) in __vdso_clock_gettime() 30 struct old_timespec32 *res) in __vdso_clock_getres()
|
| /linux/include/linux/ |
| H A D | restart_block.h | 13 struct old_timespec32; 44 struct old_timespec32 __user *compat_rmtp;
|
| H A D | time32.h | 18 struct old_timespec32 it_interval; 19 struct old_timespec32 it_value;
|
| H A D | syscalls.h | 322 struct old_timespec32 __user *timeout); 333 struct old_timespec32 __user *timeout, 509 fd_set __user *, struct old_timespec32 __user *, 515 struct old_timespec32 __user *, const sigset_t __user *, 556 struct old_timespec32 __user *t, int flags); 574 const struct old_timespec32 __user *utime, 597 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp, 598 struct old_timespec32 __user *rmtp); 635 struct old_timespec32 __user *tp); 637 struct old_timespec32 __user *tp); [all …]
|
| H A D | socket.h | 415 struct old_timespec32; 434 struct old_timespec32 __user *timeout32);
|
| /linux/arch/mips/vdso/ |
| H A D | vgettimeofday.c | 16 struct old_timespec32 *ts) in __vdso_clock_gettime() 38 struct old_timespec32 *res) in __vdso_clock_getres()
|
| /linux/arch/arm/include/asm/ |
| H A D | syscalls.h | 31 struct old_timespec32; 35 const struct old_timespec32 __user *timeout);
|
| /linux/lib/vdso/ |
| H A D | gettimeofday.c | 338 struct old_timespec32 *res) in __cvdso_clock_gettime32_data() 356 __cvdso_clock_gettime32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_gettime32() 489 struct old_timespec32 *res) in __cvdso_clock_getres_time32_data() 507 __cvdso_clock_getres_time32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_getres_time32()
|
| /linux/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 340 const struct old_timespec32 __user *timeout) in sys_oabi_semtimedop() 401 (const struct old_timespec32 __user *)fifth); in sys_oabi_ipc() 410 const struct old_timespec32 __user *timeout) in sys_oabi_semtimedop()
|
| /linux/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 415 struct old_timespec32; 434 struct old_timespec32 __user *timeout32);
|
| /linux/ipc/ |
| H A D | syscall.c | 38 (const struct old_timespec32 __user *)fifth); in ksys_ipc()
|
| H A D | mqueue.c | 1553 static int compat_prepare_timeout(const struct old_timespec32 __user *p, in compat_prepare_timeout() 1566 const struct old_timespec32 __user *, u_abs_timeout) in SYSCALL_DEFINE5() 1581 const struct old_timespec32 __user *, u_abs_timeout) in SYSCALL_DEFINE5()
|
| /linux/net/ |
| H A D | compat.c | 232 struct old_timespec32 cts[3]; in put_cmsg_compat() 416 struct old_timespec32 __user *, timeout) in COMPAT_SYSCALL_DEFINE5()
|
| /linux/kernel/futex/ |
| H A D | syscalls.c | 499 const struct old_timespec32 __user *, utime, u32 __user *, uaddr2, in SYSCALL_DEFINE6()
|
| /linux/fs/ |
| H A D | aio.c | 2316 struct old_timespec32 __user *, timeout, in SYSCALL_DEFINE6() 2353 struct old_timespec32 __user *, timeout) in SYSCALL_DEFINE5() 2383 struct old_timespec32 __user *, timeout, in COMPAT_SYSCALL_DEFINE6()
|