Home
last modified time | relevance | path

Searched refs:do_monotonic (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/vdso/
Dvgettimeofday.c158 static notrace int do_monotonic(struct timespec *ts, struct vdso_data *vdata) in do_monotonic() function
192 static notrace int do_monotonic(struct timespec *ts, struct vdso_data *vdata) in do_monotonic() function
217 ret = do_monotonic(ts, vdata); in __vdso_clock_gettime()
/linux-4.4.14/arch/mips/vdso/
Dgettimeofday.c146 static __always_inline int do_monotonic(struct timespec *ts, in do_monotonic() function
223 ret = do_monotonic(ts, data); in __vdso_clock_gettime()
/linux-4.4.14/arch/tile/kernel/vdso/
Dvgettimeofday.c83 static inline int do_monotonic(struct vdso_data *vdso, struct timespec *ts) in do_monotonic() function
184 do_monotonic(vdso, ts); in __vdso_clock_gettime()
/linux-4.4.14/arch/x86/entry/vdso/
Dvclock_gettime.c239 notrace static int __always_inline do_monotonic(struct timespec *ts) in do_monotonic() function
288 if (do_monotonic(ts) == VCLOCK_NONE) in __vdso_clock_gettime()