Home
last modified time | relevance | path

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

/include/linux/
Dtimekeeping.h98 static inline ktime_t ktime_get_coarse_boottime(void) in ktime_get_coarse_boottime() function
136 return ktime_to_ns(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ns()
194 *ts = ktime_to_timespec64(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ts64()
199 return ktime_divns(ktime_get_coarse_boottime(), NSEC_PER_SEC); in ktime_get_boottime_seconds()