Lines Matching refs:timespec64
127 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime()
129 struct timespec64 ts; in tk_xtime()
136 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
142 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
149 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
151 struct timespec64 tmp; in tk_set_wall_to_mono()
796 void ktime_get_real_ts64(struct timespec64 *ts) in ktime_get_real_ts64()
950 void ktime_get_ts64(struct timespec64 *ts) in ktime_get_ts64()
953 struct timespec64 tomono; in ktime_get_ts64()
1293 int do_settimeofday64(const struct timespec64 *ts) in do_settimeofday64()
1296 struct timespec64 ts_delta, xt; in do_settimeofday64()
1341 static int timekeeping_inject_offset(const struct timespec64 *ts) in timekeeping_inject_offset()
1345 struct timespec64 tmp; in timekeeping_inject_offset()
1404 struct timespec64 adjust; in timekeeping_warp_clock()
1496 void ktime_get_raw_ts64(struct timespec64 *ts) in ktime_get_raw_ts64()
1563 void __weak read_persistent_clock64(struct timespec64 *ts) in read_persistent_clock64()
1583 read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset()
1584 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset()
1613 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init()
1624 wall_time = (struct timespec64){0}; in timekeeping_init()
1628 boot_offset = (struct timespec64){0}; in timekeeping_init()
1657 static struct timespec64 timekeeping_suspend_time;
1668 const struct timespec64 *delta) in __timekeeping_inject_sleeptime()
1729 void timekeeping_inject_sleeptime64(const struct timespec64 *delta) in timekeeping_inject_sleeptime64()
1761 struct timespec64 ts_new, ts_delta; in timekeeping_resume()
1822 struct timespec64 delta, delta_delta; in timekeeping_suspend()
1823 static struct timespec64 old_delta; in timekeeping_suspend()
2065 struct timespec64 ts; in accumulate_nsecs_to_secs()
2225 void getboottime64(struct timespec64 *ts) in getboottime64()
2234 void ktime_get_coarse_real_ts64(struct timespec64 *ts) in ktime_get_coarse_real_ts64()
2247 void ktime_get_coarse_ts64(struct timespec64 *ts) in ktime_get_coarse_ts64()
2250 struct timespec64 now, mono; in ktime_get_coarse_ts64()
2392 struct timespec64 ts; in do_adjtimex()
2403 struct timespec64 delta; in do_adjtimex()
2453 void hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in hardpps()