Searched refs:aux_clock_resolution_ns (Results 1 – 3 of 3) sorted by relevance
8 static __always_inline u64 aux_clock_resolution_ns(void) in aux_clock_resolution_ns() function
455 ns = aux_clock_resolution_ns(); in __cvdso_clock_getres_common()
2913 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()