Home
last modified time | relevance | path

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

/linux/include/vdso/
H A Dauxclock.h8 static __always_inline u64 aux_clock_resolution_ns(void) in aux_clock_resolution_ns() function
/linux/lib/vdso/
H A Dgettimeofday.c455 ns = aux_clock_resolution_ns(); in __cvdso_clock_getres_common()
/linux/kernel/time/
H A Dtimekeeping.c2913 tp->tv_sec = aux_clock_resolution_ns() / NSEC_PER_SEC; in aux_get_res()
2914 tp->tv_nsec = aux_clock_resolution_ns() % NSEC_PER_SEC; in aux_get_res()