Lines Matching refs:timespec
12 static inline struct timespec current_kernel_time(void) in current_kernel_time()
24 static inline int do_settimeofday(const struct timespec *ts) in do_settimeofday()
32 static inline void getnstimeofday(struct timespec *ts) in getnstimeofday()
40 static inline void ktime_get_ts(struct timespec *ts) in ktime_get_ts()
48 static inline void ktime_get_real_ts(struct timespec *ts) in ktime_get_real_ts()
56 static inline void getrawmonotonic(struct timespec *ts) in getrawmonotonic()
64 static inline struct timespec get_monotonic_coarse(void) in get_monotonic_coarse()
73 static inline void getboottime(struct timespec *ts) in getboottime()
84 static inline void get_monotonic_boottime(struct timespec *ts) in get_monotonic_boottime()
89 static inline void timekeeping_clocktai(struct timespec *ts) in timekeeping_clocktai()
97 extern void read_persistent_clock(struct timespec *ts);
98 extern int update_persistent_clock(struct timespec now);