Lines Matching refs:__kernel_old_timespec
51 struct __kernel_old_timespec *_ts) in clock_gettime_fallback()
53 register struct __kernel_old_timespec *ts asm("$r1") = _ts; in clock_gettime_fallback()
66 static notrace int do_realtime_coarse(struct __kernel_old_timespec *ts, in do_realtime_coarse()
81 static notrace int do_monotonic_coarse(struct __kernel_old_timespec *ts, in do_monotonic_coarse()
116 static notrace int do_realtime(struct __kernel_old_timespec *ts, struct vdso_data *vdata) in do_realtime()
134 static notrace int do_monotonic(struct __kernel_old_timespec *ts, struct vdso_data *vdata) in do_monotonic()
158 notrace int __vdso_clock_gettime(clockid_t clkid, struct __kernel_old_timespec *ts) in __vdso_clock_gettime()
191 struct __kernel_old_timespec *_res) in clock_getres_fallback()
194 register struct __kernel_old_timespec *res asm("$r1") = _res; in clock_getres_fallback()
206 notrace int __vdso_clock_getres(clockid_t clk_id, struct __kernel_old_timespec *res) in __vdso_clock_getres()
248 struct __kernel_old_timespec ts; in __vdso_gettimeofday()