Lines Matching refs:timespec64
75 static inline struct timespec64 tk_xtime(struct timekeeper *tk) in tk_xtime()
77 struct timespec64 ts; in tk_xtime()
84 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
90 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
97 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
99 struct timespec64 tmp; in tk_set_wall_to_mono()
642 int __getnstimeofday64(struct timespec64 *ts) in __getnstimeofday64()
675 void getnstimeofday64(struct timespec64 *ts) in getnstimeofday64()
777 void ktime_get_ts64(struct timespec64 *ts) in ktime_get_ts64()
780 struct timespec64 tomono; in ktime_get_ts64()
894 struct timespec64 now; in do_gettimeofday()
908 int do_settimeofday64(const struct timespec64 *ts) in do_settimeofday64()
911 struct timespec64 ts_delta, xt; in do_settimeofday64()
952 struct timespec64 ts64, tmp; in timekeeping_inject_offset()
1099 void getrawmonotonic64(struct timespec64 *ts) in getrawmonotonic64()
1102 struct timespec64 ts64; in getrawmonotonic64()
1172 void __weak read_persistent_clock64(struct timespec64 *ts64) in read_persistent_clock64()
1195 void __weak read_boot_clock64(struct timespec64 *ts64) in read_boot_clock64()
1217 struct timespec64 now, boot, tmp; in timekeeping_init()
1261 static struct timespec64 timekeeping_suspend_time;
1271 struct timespec64 *delta) in __timekeeping_inject_sleeptime()
1332 void timekeeping_inject_sleeptime64(struct timespec64 *delta) in timekeeping_inject_sleeptime64()
1362 struct timespec64 ts_new, ts_delta; in timekeeping_resume()
1440 struct timespec64 delta, delta_delta; in timekeeping_suspend()
1441 static struct timespec64 old_delta; in timekeeping_suspend()
1696 struct timespec64 ts; in accumulate_nsecs_to_secs()
1859 void getboottime64(struct timespec64 *ts) in getboottime64()
1886 struct timespec64 now; in current_kernel_time()
1899 struct timespec64 get_monotonic_coarse64(void) in get_monotonic_coarse64()
1902 struct timespec64 now, mono; in get_monotonic_coarse64()
1997 struct timespec64 ts; in do_adjtimex()