Lines Matching refs:timespec64

129 static inline struct timespec64 tk_xtime(const struct timekeeper *tk)  in tk_xtime()
131 struct timespec64 ts; in tk_xtime()
138 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
144 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
151 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
153 struct timespec64 tmp; in tk_set_wall_to_mono()
815 void ktime_get_real_ts64(struct timespec64 *ts) in ktime_get_real_ts64()
969 void ktime_get_ts64(struct timespec64 *ts) in ktime_get_ts64()
972 struct timespec64 tomono; in ktime_get_ts64()
1312 int do_settimeofday64(const struct timespec64 *ts) in do_settimeofday64()
1315 struct timespec64 ts_delta, xt; in do_settimeofday64()
1362 static int timekeeping_inject_offset(const struct timespec64 *ts) in timekeeping_inject_offset()
1366 struct timespec64 tmp; in timekeeping_inject_offset()
1425 struct timespec64 adjust; in timekeeping_warp_clock()
1517 void ktime_get_raw_ts64(struct timespec64 *ts) in ktime_get_raw_ts64()
1584 void __weak read_persistent_clock64(struct timespec64 *ts) in read_persistent_clock64()
1604 read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset()
1605 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset()
1634 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init()
1645 wall_time = (struct timespec64){0}; in timekeeping_init()
1649 boot_offset = (struct timespec64){0}; in timekeeping_init()
1678 static struct timespec64 timekeeping_suspend_time;
1689 const struct timespec64 *delta) in __timekeeping_inject_sleeptime()
1750 void timekeeping_inject_sleeptime64(const struct timespec64 *delta) in timekeeping_inject_sleeptime64()
1782 struct timespec64 ts_new, ts_delta; in timekeeping_resume()
1843 struct timespec64 delta, delta_delta; in timekeeping_suspend()
1844 static struct timespec64 old_delta; in timekeeping_suspend()
2086 struct timespec64 ts; in accumulate_nsecs_to_secs()
2246 void getboottime64(struct timespec64 *ts) in getboottime64()
2255 void ktime_get_coarse_real_ts64(struct timespec64 *ts) in ktime_get_coarse_real_ts64()
2268 void ktime_get_coarse_ts64(struct timespec64 *ts) in ktime_get_coarse_ts64()
2271 struct timespec64 now, mono; in ktime_get_coarse_ts64()
2427 struct timespec64 ts; in do_adjtimex()
2439 struct timespec64 delta; in do_adjtimex()
2490 void hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in hardpps()