Home
last modified time | relevance | path

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

/lib/vdso/
Dgettimeofday.c41 static int do_hres(const struct vdso_data *vd, clockid_t clk, in do_hres() function
100 return do_hres(&vd[CS_HRES_COARSE], clock, ts); in __cvdso_clock_gettime_common()
105 return do_hres(&vd[CS_RAW], clock, ts); in __cvdso_clock_gettime_common()
151 if (do_hres(&vd[CS_HRES_COARSE], CLOCK_REALTIME, &ts)) in __cvdso_gettimeofday()