Searched refs:do_hres (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/vdso/ |
H A D | gettimeofday.c | 107 static __always_inline int do_hres(const struct vdso_data *vd, clockid_t clk, in do_hres() function 207 * do_hres(). in do_coarse() 248 return do_hres(vd, clock, ts); in __cvdso_clock_gettime_common() 303 if (do_hres(&vd[CS_HRES_COARSE], CLOCK_REALTIME, &ts)) in __cvdso_gettimeofday_data()
|
/kernel/linux/linux-6.6/lib/vdso/ |
H A D | gettimeofday.c | 110 static __always_inline int do_hres(const struct vdso_data *vd, clockid_t clk, in do_hres() function 210 * do_hres(). in do_coarse() 251 return do_hres(vd, clock, ts); in __cvdso_clock_gettime_common() 306 if (do_hres(&vd[CS_HRES_COARSE], CLOCK_REALTIME, &ts)) in __cvdso_gettimeofday_data()
|
Completed in 2 milliseconds