Lines Matching refs:timespec64
65 static inline bool tk_get_aux_ts64(unsigned int tkid, struct timespec64 *ts) in tk_get_aux_ts64()
75 static inline bool tk_get_aux_ts64(unsigned int tkid, struct timespec64 *ts) in tk_get_aux_ts64()
202 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime()
204 struct timespec64 ts; in tk_xtime()
211 static inline struct timespec64 tk_xtime_coarse(const struct timekeeper *tk) in tk_xtime_coarse()
213 struct timespec64 ts; in tk_xtime_coarse()
234 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
241 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
249 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
251 struct timespec64 tmp; in tk_set_wall_to_mono()
793 void ktime_get_real_ts64(struct timespec64 *ts) in ktime_get_real_ts64()
955 void ktime_get_ts64(struct timespec64 *ts) in ktime_get_ts64()
958 struct timespec64 tomono; in ktime_get_ts64()
1434 int do_settimeofday64(const struct timespec64 *ts) in do_settimeofday64()
1436 struct timespec64 ts_delta, xt; in do_settimeofday64()
1480 static int __timekeeping_inject_offset(struct tk_data *tkd, const struct timespec64 *ts) in __timekeeping_inject_offset()
1483 struct timespec64 tmp; in __timekeeping_inject_offset()
1522 static int timekeeping_inject_offset(const struct timespec64 *ts) in timekeeping_inject_offset()
1560 struct timespec64 adjust; in timekeeping_warp_clock()
1645 void ktime_get_raw_ts64(struct timespec64 *ts) in ktime_get_raw_ts64()
1671 void ktime_get_clock_ts64(clockid_t id, struct timespec64 *ts) in ktime_get_clock_ts64()
1745 void __weak read_persistent_clock64(struct timespec64 *ts) in read_persistent_clock64()
1765 read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset()
1766 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset()
1803 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init()
1816 wall_time = (struct timespec64){0}; in timekeeping_init()
1820 boot_offset = (struct timespec64){0}; in timekeeping_init()
1846 static struct timespec64 timekeeping_suspend_time;
1857 const struct timespec64 *delta) in __timekeeping_inject_sleeptime()
1918 void timekeeping_inject_sleeptime64(const struct timespec64 *delta) in timekeeping_inject_sleeptime64()
1941 struct timespec64 ts_new, ts_delta; in timekeeping_resume()
2005 struct timespec64 delta, delta_delta; in timekeeping_suspend()
2006 static struct timespec64 old_delta; in timekeeping_suspend()
2257 struct timespec64 ts; in accumulate_nsecs_to_secs()
2411 void getboottime64(struct timespec64 *ts) in getboottime64()
2420 void ktime_get_coarse_real_ts64(struct timespec64 *ts) in ktime_get_coarse_real_ts64()
2442 void ktime_get_coarse_real_ts64_mg(struct timespec64 *ts) in ktime_get_coarse_real_ts64_mg()
2480 void ktime_get_real_ts64_mg(struct timespec64 *ts) in ktime_get_real_ts64_mg()
2521 void ktime_get_coarse_ts64(struct timespec64 *ts) in ktime_get_coarse_ts64()
2524 struct timespec64 now, mono; in ktime_get_coarse_ts64()
2690 struct timespec64 delta;
2699 struct timespec64 ts; in __do_adjtimex()
2791 void hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in hardpps()
2899 bool ktime_get_aux_ts64(clockid_t id, struct timespec64 *ts) in ktime_get_aux_ts64()
2910 static int aux_get_res(clockid_t id, struct timespec64 *tp) in aux_get_res()
2920 static int aux_get_timespec(clockid_t id, struct timespec64 *tp) in aux_get_timespec()
2925 static int aux_clock_set(const clockid_t id, const struct timespec64 *tnew) in aux_clock_set()