Home
last modified time | relevance | path

Searched refs:old_timespec32 (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A Dvclock_gettime.c59 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 *)
/OK3568_Linux_fs/kernel/arch/arm/include/asm/vdso/
H A Dgettimeofday.h58 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()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/vdso/
H A Dcompat_gettimeofday.h56 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()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-stubs.c173 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()
H A Dtime.c818 const struct old_timespec32 __user *cts) in __get_old_timespec32()
820 struct old_timespec32 ts; in __get_old_timespec32()
834 struct old_timespec32 __user *cts) in __put_old_timespec32()
836 struct old_timespec32 ts = { in __put_old_timespec32()
H A Dposix-timers.c1159 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()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/vdso/
H A Dgettimeofday.h107 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()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso32/
H A Dvgettimeofday.c10 struct old_timespec32 *ts) in __vdso_clock_gettime()
28 struct old_timespec32 *res) in __vdso_clock_getres()
/OK3568_Linux_fs/kernel/arch/arm/vdso/
H A Dvgettimeofday.c11 struct old_timespec32 *ts) in __vdso_clock_gettime()
29 struct old_timespec32 *res) in __vdso_clock_getres()
/OK3568_Linux_fs/kernel/include/linux/
H A Drestart_block.h13 struct old_timespec32;
43 struct old_timespec32 __user *compat_rmtp;
H A Dtime32.h18 struct old_timespec32 it_interval;
19 struct old_timespec32 it_value;
H A Dsyscalls.h327 struct old_timespec32 __user *timeout);
338 struct old_timespec32 __user *timeout,
519 fd_set __user *, struct old_timespec32 __user *,
525 struct old_timespec32 __user *, const sigset_t __user *,
578 struct old_timespec32 __user *t, int flags);
608 struct old_timespec32 __user *utime, u32 __user *uaddr2,
619 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp,
620 struct old_timespec32 __user *rmtp);
665 struct old_timespec32 __user *tp);
667 struct old_timespec32 __user *tp);
[all …]
H A Dcompat.h490 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);
H A Dsocket.h372 struct old_timespec32;
391 struct old_timespec32 __user *timeout32);
/OK3568_Linux_fs/kernel/arch/mips/vdso/
H A Dvgettimeofday.c15 struct old_timespec32 *ts) in __vdso_clock_gettime()
37 struct old_timespec32 *res) in __vdso_clock_getres()
/OK3568_Linux_fs/kernel/lib/vdso/
H A Dgettimeofday.c271 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()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/vdso/
H A Dgettimeofday.h125 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()
/OK3568_Linux_fs/kernel/include/vdso/
H A Dtime32.h7 struct old_timespec32 { struct
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsys_oabi-compat.c327 const struct old_timespec32 __user *timeout) in sys_oabi_semtimedop()
330 struct old_timespec32 local_timeout; in sys_oabi_semtimedop()
385 (const struct old_timespec32 __user *)fifth); in sys_oabi_ipc()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h372 struct old_timespec32;
391 struct old_timespec32 __user *timeout32);
/OK3568_Linux_fs/kernel/ipc/
H A Dsyscall.c38 (const struct old_timespec32 __user *)fifth); in ksys_ipc()
H A Dmqueue.c1616 static int compat_prepare_timeout(const struct old_timespec32 __user *p, in compat_prepare_timeout()
1629 const struct old_timespec32 __user *, u_abs_timeout) in SYSCALL_DEFINE5()
1644 const struct old_timespec32 __user *, u_abs_timeout) in SYSCALL_DEFINE5()
/OK3568_Linux_fs/kernel/net/
H A Dcompat.c233 struct old_timespec32 cts[3]; in put_cmsg_compat()
417 struct old_timespec32 __user *, timeout) in COMPAT_SYSCALL_DEFINE5()
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c809 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6()
1127 struct old_timespec32 __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5()
1384 struct old_timespec32 __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6()
1399 unsigned int, nfds, struct old_timespec32 __user *, tsp, in COMPAT_SYSCALL_DEFINE5()
H A Dutimes.c250 …sat_time32, unsigned int, dfd, const char __user *, filename, struct old_timespec32 __user *, t, i… in SYSCALL_DEFINE4()

12