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

12

/linux-master/include/vdso/
H A Dtime32.h7 struct old_timespec32 { struct
H A Dgettime.h11 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);
/linux-master/arch/arm64/kernel/vdso32/
H A Dvgettimeofday.c12 struct old_timespec32 *ts)
30 struct old_timespec32 *res)
/linux-master/arch/csky/kernel/vdso/
H A Dvgettimeofday.c9 struct old_timespec32 *ts)
27 struct old_timespec32 *res)
/linux-master/arch/arm/vdso/
H A Dvgettimeofday.c14 struct old_timespec32 *ts)
32 struct old_timespec32 *res)
/linux-master/arch/x86/entry/vdso/
H A Dvclock_gettime.c54 int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts)
59 int clock_gettime(clockid_t, struct old_timespec32 *)
70 int __vdso_clock_getres(clockid_t clock, struct old_timespec32 *res)
75 int clock_getres(clockid_t, struct old_timespec32 *)
/linux-master/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.h319 struct old_timespec32 __user *timeout);
330 struct old_timespec32 __user *timeout,
485 fd_set __user *, struct old_timespec32 __user *,
491 struct old_timespec32 __user *, const sigset_t __user *,
532 struct old_timespec32 __user *t, int flags);
550 const struct old_timespec32 __user *utime,
573 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp,
574 struct old_timespec32 __user *rmtp);
611 struct old_timespec32 __user *tp);
613 struct old_timespec32 __use
[all...]
H A Dsocket.h396 struct old_timespec32;
415 struct old_timespec32 __user *timeout32);
H A Dcompat.h576 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);
/linux-master/arch/mips/vdso/
H A Dvgettimeofday.c16 struct old_timespec32 *ts)
38 struct old_timespec32 *res)
/linux-master/arch/arm/include/asm/vdso/
H A Dgettimeofday.h58 struct old_timespec32 *_ts)
60 register struct old_timespec32 *ts asm("r1") = _ts;
94 struct old_timespec32 *_ts)
96 register struct old_timespec32 *ts asm("r1") = _ts;
/linux-master/arch/csky/include/asm/vdso/
H A Dgettimeofday.h49 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts)
52 register struct old_timespec32 *ts asm("a1") = _ts;
81 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts)
84 register struct old_timespec32 *ts asm("a1") = _ts;
/linux-master/arch/arm64/include/asm/vdso/
H A Dcompat_gettimeofday.h56 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts)
58 register struct old_timespec32 *ts asm("r1") = _ts;
90 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts)
92 register struct old_timespec32 *ts asm("r1") = _ts;
/linux-master/arch/mips/include/asm/vdso/
H A Dgettimeofday.h107 struct old_timespec32 *_ts)
109 register struct old_timespec32 *ts asm("a1") = _ts;
129 struct old_timespec32 *_ts)
131 register struct old_timespec32 *ts asm("a1") = _ts;
/linux-master/arch/powerpc/include/asm/vdso/
H A Dgettimeofday.h73 int clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts)
79 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts)
146 int __c_kernel_clock_gettime(clockid_t clock, struct old_timespec32 *ts,
150 int __c_kernel_clock_getres(clockid_t clock_id, struct old_timespec32 *res,
/linux-master/arch/powerpc/kernel/vdso/
H A Dvgettimeofday.c21 int __c_kernel_clock_gettime(clockid_t clock, struct old_timespec32 *ts,
33 int __c_kernel_clock_getres(clockid_t clock_id, struct old_timespec32 *res,
/linux-master/kernel/time/
H A Dposix-stubs.c130 struct old_timespec32 __user *, tp)
143 struct old_timespec32 __user *, tp)
158 struct old_timespec32 __user *, tp)
178 struct old_timespec32 __user *, rqtp,
179 struct old_timespec32 __user *, rmtp)
H A Dtime.c915 const struct old_timespec32 __user *cts)
917 struct old_timespec32 ts;
931 struct old_timespec32 __user *cts)
933 struct old_timespec32 ts = {
943 * @uts: user's old-format time value (&struct old_timespec32)
959 * put_old_timespec32 - convert timespec64 value to &struct old_timespec32 and
962 * @uts: user's &struct old_timespec32
/linux-master/arch/arm/include/asm/
H A Dsyscalls.h31 struct old_timespec32;
35 const struct old_timespec32 __user *timeout);
/linux-master/arch/x86/include/asm/vdso/
H A Dgettimeofday.h126 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts)
178 long clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts)
/linux-master/lib/vdso/
H A Dgettimeofday.c274 struct old_timespec32 *res)
292 __cvdso_clock_gettime32(clockid_t clock, struct old_timespec32 *res)
417 struct old_timespec32 *res)
435 __cvdso_clock_getres_time32(clockid_t clock, struct old_timespec32 *res)
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c342 const struct old_timespec32 __user *timeout)
403 (const struct old_timespec32 __user *)fifth);
412 const struct old_timespec32 __user *timeout)
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h396 struct old_timespec32;
415 struct old_timespec32 __user *timeout32);

Completed in 423 milliseconds

12