Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtimekeeping.h35 struct timespec64 get_monotonic_coarse64(void);
81 return get_monotonic_coarse64(); in get_monotonic_coarse()
143 return timespec64_to_timespec(get_monotonic_coarse64()); in get_monotonic_coarse()
/linux-4.4.14/kernel/time/
Dtimekeeping.c1899 struct timespec64 get_monotonic_coarse64(void) in get_monotonic_coarse64() function