Lines Matching refs:ts64
952 struct timespec64 ts64, tmp; in timekeeping_inject_offset() local
958 ts64 = timespec_to_timespec64(*ts); in timekeeping_inject_offset()
966 tmp = timespec64_add(tk_xtime(tk), ts64); in timekeeping_inject_offset()
972 tk_xtime_add(tk, &ts64); in timekeeping_inject_offset()
973 tk_set_wall_to_mono(tk, timespec64_sub(tk->wall_to_monotonic, ts64)); in timekeeping_inject_offset()
1102 struct timespec64 ts64; in getrawmonotonic64() local
1109 ts64 = tk->raw_time; in getrawmonotonic64()
1113 timespec64_add_ns(&ts64, nsecs); in getrawmonotonic64()
1114 *ts = ts64; in getrawmonotonic64()
1172 void __weak read_persistent_clock64(struct timespec64 *ts64) in read_persistent_clock64() argument
1177 *ts64 = timespec_to_timespec64(ts); in read_persistent_clock64()
1195 void __weak read_boot_clock64(struct timespec64 *ts64) in read_boot_clock64() argument
1200 *ts64 = timespec_to_timespec64(ts); in read_boot_clock64()