Lines Matching refs:timespec64
13 extern int do_settimeofday64(const struct timespec64 *ts);
21 struct timespec64 current_kernel_time64(void);
27 struct timespec64 now = current_kernel_time64(); in current_kernel_time()
35 struct timespec64 get_monotonic_coarse64(void);
36 extern void getrawmonotonic64(struct timespec64 *ts);
37 extern void ktime_get_ts64(struct timespec64 *ts);
41 extern int __getnstimeofday64(struct timespec64 *tv);
42 extern void getnstimeofday64(struct timespec64 *tv);
43 extern void getboottime64(struct timespec64 *ts);
94 struct timespec64 ts64; in do_settimeofday()
102 struct timespec64 ts64; in __getnstimeofday()
111 struct timespec64 ts64; in getnstimeofday()
119 struct timespec64 ts64; in ktime_get_ts()
127 struct timespec64 ts64; in ktime_get_real_ts()
135 struct timespec64 ts64; in getrawmonotonic()
148 struct timespec64 ts64; in getboottime()
245 static inline void get_monotonic_boottime64(struct timespec64 *ts) in get_monotonic_boottime64()
261 extern void timekeeping_inject_sleeptime64(struct timespec64 *delta);
266 extern void ktime_get_raw_and_real_ts64(struct timespec64 *ts_raw,
267 struct timespec64 *ts_real);
275 extern void read_persistent_clock64(struct timespec64 *ts);
276 extern void read_boot_clock64(struct timespec64 *ts);
278 extern int update_persistent_clock64(struct timespec64 now);