Lines Matching refs:timespec64
107 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime()
109 struct timespec64 ts; in tk_xtime()
116 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
122 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
129 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
131 struct timespec64 tmp; in tk_set_wall_to_mono()
726 void ktime_get_real_ts64(struct timespec64 *ts) in ktime_get_real_ts64()
880 void ktime_get_ts64(struct timespec64 *ts) in ktime_get_ts64()
883 struct timespec64 tomono; in ktime_get_ts64()
1224 int do_settimeofday64(const struct timespec64 *ts) in do_settimeofday64()
1227 struct timespec64 ts_delta, xt; in do_settimeofday64()
1273 static int timekeeping_inject_offset(const struct timespec64 *ts) in timekeeping_inject_offset()
1277 struct timespec64 tmp; in timekeeping_inject_offset()
1336 struct timespec64 adjust; in timekeeping_warp_clock()
1419 void ktime_get_raw_ts64(struct timespec64 *ts) in ktime_get_raw_ts64()
1485 void __weak read_persistent_clock64(struct timespec64 *ts) in read_persistent_clock64()
1504 read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset()
1505 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset()
1534 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init()
1545 wall_time = (struct timespec64){0}; in timekeeping_init()
1549 boot_offset = (struct timespec64){0}; in timekeeping_init()
1578 static struct timespec64 timekeeping_suspend_time;
1588 const struct timespec64 *delta) in __timekeeping_inject_sleeptime()
1649 void timekeeping_inject_sleeptime64(const struct timespec64 *delta) in timekeeping_inject_sleeptime64()
1681 struct timespec64 ts_new, ts_delta; in timekeeping_resume()
1740 struct timespec64 delta, delta_delta; in timekeeping_suspend()
1741 static struct timespec64 old_delta; in timekeeping_suspend()
1984 struct timespec64 ts; in accumulate_nsecs_to_secs()
2151 void getboottime64(struct timespec64 *ts) in getboottime64()
2160 void ktime_get_coarse_real_ts64(struct timespec64 *ts) in ktime_get_coarse_real_ts64()
2173 void ktime_get_coarse_ts64(struct timespec64 *ts) in ktime_get_coarse_ts64()
2176 struct timespec64 now, mono; in ktime_get_coarse_ts64()
2318 struct timespec64 ts; in do_adjtimex()
2328 struct timespec64 delta; in do_adjtimex()
2377 void hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in hardpps()