Searched refs:do_realtime (Results 1 – 4 of 4) sorted by relevance
/arch/arm/vdso/ |
D | vgettimeofday.c | 136 static notrace int do_realtime(struct timespec *ts, struct vdso_data *vdata) in do_realtime() function 187 static notrace int do_realtime(struct timespec *ts, struct vdso_data *vdata) in do_realtime() function 214 ret = do_realtime(ts, vdata); in __vdso_clock_gettime() 254 ret = do_realtime(&ts, vdata); in __vdso_gettimeofday()
|
/arch/tile/kernel/vdso/ |
D | vgettimeofday.c | 64 static inline int do_realtime(struct vdso_data *vdso, struct timespec *ts) in do_realtime() function 149 do_realtime(vdso, (struct timespec *)tv); in __vdso_gettimeofday() 181 do_realtime(vdso, ts); in __vdso_clock_gettime()
|
/arch/mips/vdso/ |
D | gettimeofday.c | 142 static __always_inline int do_realtime(struct timespec *ts, in do_realtime() function 206 ret = do_realtime(&ts, data); in __vdso_gettimeofday() 238 ret = do_realtime(ts, data); in __vdso_clock_gettime()
|
/arch/x86/vdso/ |
D | vclock_gettime.c | 230 notrace static int __always_inline do_realtime(struct timespec *ts) in do_realtime() function 296 if (do_realtime(ts) == VCLOCK_NONE) in __vdso_clock_gettime() 323 if (unlikely(do_realtime((struct timespec *)tv) == VCLOCK_NONE)) in __vdso_gettimeofday()
|