Home
last modified time | relevance | path

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

12

/openbmc/linux/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 *)
/openbmc/linux/arch/csky/kernel/vdso/
H A Dvgettimeofday.c8 struct old_timespec32 *ts);
10 struct old_timespec32 *ts) in __vdso_clock_gettime()
34 struct old_timespec32 *res);
36 struct old_timespec32 *res) in __vdso_clock_getres()
/openbmc/linux/arch/csky/include/asm/vdso/
H A Dgettimeofday.h49 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()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/kernel/time/
H A Dposix-stubs.c130 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 Dtime.c915 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()
/openbmc/linux/arch/powerpc/include/asm/vdso/
H A Dgettimeofday.h74 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,
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/arch/arm/vdso/
H A Dvgettimeofday.c13 struct old_timespec32 *ts) in __vdso_clock_gettime()
31 struct old_timespec32 *res) in __vdso_clock_getres()
/openbmc/linux/arch/arm/include/asm/
H A Dvdso.h27 int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts);
30 int __vdso_clock_getres(clockid_t clock_id, struct old_timespec32 *res);
H A Dsyscalls.h31 struct old_timespec32;
35 const struct old_timespec32 __user *timeout);
/openbmc/linux/include/linux/
H A Drestart_block.h13 struct old_timespec32;
44 struct old_timespec32 __user *compat_rmtp;
H A Dtime32.h18 struct old_timespec32 it_interval;
19 struct old_timespec32 it_value;
H A Dsyscalls.h316 struct old_timespec32 __user *timeout);
327 struct old_timespec32 __user *timeout,
477 fd_set __user *, struct old_timespec32 __user *,
483 struct old_timespec32 __user *, const sigset_t __user *,
524 struct old_timespec32 __user *t, int flags);
542 const struct old_timespec32 __user *utime,
555 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp,
556 struct old_timespec32 __user *rmtp);
593 struct old_timespec32 __user *tp);
595 struct old_timespec32 __user *tp);
[all …]
H A Dcompat.h576 struct old_timespec32 __user *timeout,
645 struct old_timespec32 __user *tsp,
654 struct old_timespec32 __user *tsp,
718 struct old_timespec32 __user *uts, compat_size_t sigsetsize);
774 struct old_timespec32 __user *timeout);
H A Dsocket.h396 struct old_timespec32;
415 struct old_timespec32 __user *timeout32);
/openbmc/linux/arch/mips/vdso/
H A Dvgettimeofday.c15 struct old_timespec32 *ts) in __vdso_clock_gettime()
37 struct old_timespec32 *res) in __vdso_clock_getres()
/openbmc/linux/arch/powerpc/kernel/vdso/
H A Dvgettimeofday.c21 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()
/openbmc/linux/lib/vdso/
H A Dgettimeofday.c274 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()
/openbmc/linux/arch/x86/include/asm/vdso/
H A Dgettimeofday.h126 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()
/openbmc/linux/include/vdso/
H A Dtime32.h7 struct old_timespec32 { struct
/openbmc/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c342 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()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h395 struct old_timespec32;
414 struct old_timespec32 __user *timeout32);

12