Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtimekeeping.h28 struct timespec64 get_monotonic_coarse64(void);
74 return get_monotonic_coarse64(); in get_monotonic_coarse()
136 return timespec64_to_timespec(get_monotonic_coarse64()); in get_monotonic_coarse()
/linux-4.1.27/kernel/time/
Dtimekeeping.c1899 struct timespec64 get_monotonic_coarse64(void) in get_monotonic_coarse64() function