Lines Matching refs:timespec64
19 extern int do_settimeofday64(const struct timespec64 *ts);
20 extern int do_sys_settimeofday64(const struct timespec64 *tv,
41 extern void ktime_get_raw_ts64(struct timespec64 *ts);
42 extern void ktime_get_ts64(struct timespec64 *ts);
43 extern void ktime_get_real_ts64(struct timespec64 *tv);
44 extern void ktime_get_coarse_ts64(struct timespec64 *ts);
45 extern void ktime_get_coarse_real_ts64(struct timespec64 *ts);
47 void getboottime64(struct timespec64 *ts);
159 static inline void ktime_get_boottime_ts64(struct timespec64 *ts) in ktime_get_boottime_ts64()
164 static inline void ktime_get_coarse_boottime_ts64(struct timespec64 *ts) in ktime_get_coarse_boottime_ts64()
174 static inline void ktime_get_clocktai_ts64(struct timespec64 *ts) in ktime_get_clocktai_ts64()
179 static inline void ktime_get_coarse_clocktai_ts64(struct timespec64 *ts) in ktime_get_coarse_clocktai_ts64()
195 extern void timekeeping_inject_sleeptime64(const struct timespec64 *delta);
260 extern void read_persistent_clock64(struct timespec64 *ts);
261 void read_persistent_wall_and_boot_offset(struct timespec64 *wall_clock,
262 struct timespec64 *boot_offset);
263 extern int update_persistent_clock64(struct timespec64 now);
273 static inline struct timespec64 current_kernel_time64(void) in current_kernel_time64()
275 struct timespec64 ts; in current_kernel_time64()
282 static inline struct timespec64 get_monotonic_coarse64(void) in get_monotonic_coarse64()
284 struct timespec64 ts; in get_monotonic_coarse64()