Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dtimekeeping.c75 static inline struct timespec64 tk_xtime(struct timekeeper *tk) in tk_xtime() function
480 xt = timespec64_to_timespec(tk_xtime(tk)); in update_vsyscall()
922 xt = tk_xtime(tk); in do_settimeofday64()
966 tmp = timespec64_add(tk_xtime(tk), ts64); in timekeeping_inject_offset()
1249 boot = tk_xtime(tk); in timekeeping_init()
1465 delta = timespec64_sub(tk_xtime(tk), timekeeping_suspend_time); in timekeeping_suspend()
1880 return timespec64_to_timespec(tk_xtime(tk)); in __current_kernel_time()
1892 now = tk_xtime(tk); in current_kernel_time()
1908 now = tk_xtime(tk); in get_monotonic_coarse64()