Lines Matching refs:timespec
63 struct timespec *_ts) in clock_gettime_fallback()
65 register struct timespec *ts asm("r1") = _ts; in clock_gettime_fallback()
79 static notrace int do_realtime_coarse(struct timespec *ts, in do_realtime_coarse()
95 static notrace int do_monotonic_coarse(struct timespec *ts, in do_monotonic_coarse()
98 struct timespec tomono; in do_monotonic_coarse()
136 static notrace int do_realtime(struct timespec *ts, struct vdso_data *vdata) in do_realtime()
158 static notrace int do_monotonic(struct timespec *ts, struct vdso_data *vdata) in do_monotonic()
160 struct timespec tomono; in do_monotonic()
187 static notrace int do_realtime(struct timespec *ts, struct vdso_data *vdata) in do_realtime()
192 static notrace int do_monotonic(struct timespec *ts, struct vdso_data *vdata) in do_monotonic()
199 notrace int __vdso_clock_gettime(clockid_t clkid, struct timespec *ts) in __vdso_clock_gettime()
248 struct timespec ts; in __vdso_gettimeofday()