| /linux/arch/x86/entry/vdso/ |
| 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/arch/csky/include/asm/vdso/ |
| A 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/arch/arm/include/asm/vdso/ |
| A 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/include/vdso/ |
| A D | gettime.h | 11 struct old_timespec32; 12 int __vdso_clock_getres(clockid_t clock, struct old_timespec32 *res); 13 int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts);
|
| A D | time32.h | 7 struct old_timespec32 { struct
|
| /linux/arch/parisc/kernel/vdso32/ |
| 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/arch/arm64/include/asm/vdso/ |
| A 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/kernel/time/ |
| 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()
|
| A D | time.c | 915 const struct old_timespec32 __user *cts) in __get_old_timespec32() 917 struct old_timespec32 ts; in __get_old_timespec32() 931 struct old_timespec32 __user *cts) in __put_old_timespec32() 933 struct old_timespec32 ts = { in __put_old_timespec32()
|
| /linux/arch/powerpc/include/asm/vdso/ |
| 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() 142 int __c_kernel_clock_gettime(clockid_t clock, struct old_timespec32 *ts, 146 int __c_kernel_clock_getres(clockid_t clock_id, struct old_timespec32 *res,
|
| /linux/arch/mips/include/asm/vdso/ |
| 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/csky/kernel/vdso/ |
| A D | vgettimeofday.c | 9 struct old_timespec32 *ts) in __vdso_clock_gettime() 27 struct old_timespec32 *res) in __vdso_clock_getres()
|
| /linux/arch/arm/vdso/ |
| 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/ |
| 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/ |
| A D | restart_block.h | 13 struct old_timespec32; 44 struct old_timespec32 __user *compat_rmtp;
|
| A D | time32.h | 18 struct old_timespec32 it_interval; 19 struct old_timespec32 it_value;
|
| A D | syscalls.h | 319 struct old_timespec32 __user *timeout); 330 struct old_timespec32 __user *timeout, 550 const struct old_timespec32 __user *utime, 574 struct old_timespec32 __user *rmtp); 611 struct old_timespec32 __user *tp); 613 struct old_timespec32 __user *tp); 615 struct old_timespec32 __user *tp); 617 struct old_timespec32 __user *rqtp, 618 struct old_timespec32 __user *rmtp); 639 struct old_timespec32 __user *interval); [all …]
|
| A D | compat.h | 576 struct old_timespec32 __user *timeout, 644 struct old_timespec32 __user *tsp, 653 struct old_timespec32 __user *tsp, 717 struct old_timespec32 __user *uts, compat_size_t sigsetsize); 773 struct old_timespec32 __user *timeout);
|
| A D | socket.h | 398 struct old_timespec32; 417 struct old_timespec32 __user *timeout32);
|
| /linux/arch/mips/vdso/ |
| A D | vgettimeofday.c | 16 struct old_timespec32 *ts) in __vdso_clock_gettime() 38 struct old_timespec32 *res) in __vdso_clock_getres()
|
| /linux/arch/powerpc/kernel/vdso/ |
| A 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/arch/arm/include/asm/ |
| A D | syscalls.h | 31 struct old_timespec32; 35 const struct old_timespec32 __user *timeout);
|
| /linux/lib/vdso/ |
| A D | gettimeofday.c | 291 struct old_timespec32 *res) in __cvdso_clock_gettime32_data() 309 __cvdso_clock_gettime32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_gettime32() 434 struct old_timespec32 *res) in __cvdso_clock_getres_time32_data() 452 __cvdso_clock_getres_time32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_getres_time32()
|
| /linux/arch/x86/include/asm/vdso/ |
| A 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/arch/arm/kernel/ |
| A D | sys_oabi-compat.c | 342 const struct old_timespec32 __user *timeout) in sys_oabi_semtimedop() 403 (const struct old_timespec32 __user *)fifth); in sys_oabi_ipc() 412 const struct old_timespec32 __user *timeout) in sys_oabi_semtimedop()
|