Home
last modified time | relevance | path

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

12

/linux/arch/x86/entry/vdso/common/
H A Dvclock_gettime.c54 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/arm/include/asm/vdso/
H A Dgettimeofday.h56 struct old_timespec32 *_ts) in clock_gettime32_fallback()
58 register struct old_timespec32 *ts asm("r1") = _ts; in clock_gettime32_fallback()
92 struct old_timespec32 *_ts) in clock_getres32_fallback()
94 register struct old_timespec32 *ts asm("r1") = _ts; in clock_getres32_fallback()
/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()
/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.c911 const struct old_timespec32 __user *cts) in __get_old_timespec32()
913 struct old_timespec32 ts; in __get_old_timespec32()
927 struct old_timespec32 __user *cts) in __put_old_timespec32()
929 struct old_timespec32 ts = { in __put_old_timespec32()
H A Dposix-timers.c1268 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2()
1283 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2()
1319 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2()
1397 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4()
1398 struct old_timespec32 __user *, rmtp) in SYSCALL_DEFINE4()
/linux/include/vdso/
H A Dgettime.h12 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 Dtime32.h7 struct old_timespec32 { struct
/linux/arch/parisc/kernel/vdso32/
H A Dvdso32_generic.c8 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/powerpc/include/asm/vdso/
H A Dgettimeofday.h84 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 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()
/linux/arch/arm/vdso/
H A Dvgettimeofday.c14 struct old_timespec32 *ts) in __vdso_clock_gettime()
32 struct old_timespec32 *res) in __vdso_clock_getres()
/linux/arch/arm64/kernel/vdso32/
H A Dvgettimeofday.c12 struct old_timespec32 *ts) in __vdso_clock_gettime()
30 struct old_timespec32 *res) in __vdso_clock_getres()
/linux/include/linux/
H A Drestart_block.h14 struct old_timespec32;
45 struct old_timespec32 __user *compat_rmtp;
H A Dtime32.h18 struct old_timespec32 it_interval;
19 struct old_timespec32 it_value;
H A Dsyscalls.h321 struct old_timespec32 __user *timeout);
332 struct old_timespec32 __user *timeout,
508 fd_set __user *, struct old_timespec32 __user *,
514 struct old_timespec32 __user *, const sigset_t __user *,
555 struct old_timespec32 __user *t, int flags);
573 const struct old_timespec32 __user *utime,
596 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp,
597 struct old_timespec32 __user *rmtp);
634 struct old_timespec32 __user *tp);
636 struct old_timespec32 __user *tp);
[all …]
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);
H A Dsocket.h415 struct old_timespec32;
434 struct old_timespec32 __user *timeout32);
/linux/arch/mips/vdso/
H A Dvgettimeofday.c16 struct old_timespec32 *ts) in __vdso_clock_gettime()
38 struct old_timespec32 *res) in __vdso_clock_getres()
/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()
/linux/arch/arm/include/asm/
H A Dsyscalls.h31 struct old_timespec32;
35 const struct old_timespec32 __user *timeout);
/linux/arch/x86/include/asm/vdso/
H A Dgettimeofday.h79 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback()
85 clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback()
/linux/lib/vdso/
H A Dgettimeofday.c338 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 Dsys_oabi-compat.c340 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 Dsocket.h415 struct old_timespec32;
434 struct old_timespec32 __user *timeout32);

12