Lines Matching refs:timespec

14 extern int do_sys_settimeofday(const struct timespec *tv,
23 struct timespec __current_kernel_time(void);
25 static inline struct timespec current_kernel_time(void) in current_kernel_time()
49 static inline int do_settimeofday(const struct timespec *ts) in do_settimeofday()
54 static inline int __getnstimeofday(struct timespec *ts) in __getnstimeofday()
59 static inline void getnstimeofday(struct timespec *ts) in getnstimeofday()
64 static inline void ktime_get_ts(struct timespec *ts) in ktime_get_ts()
69 static inline void ktime_get_real_ts(struct timespec *ts) in ktime_get_real_ts()
74 static inline void getrawmonotonic(struct timespec *ts) in getrawmonotonic()
79 static inline struct timespec get_monotonic_coarse(void) in get_monotonic_coarse()
84 static inline void getboottime(struct timespec *ts) in getboottime()
92 static inline int do_settimeofday(const struct timespec *ts) in do_settimeofday()
100 static inline int __getnstimeofday(struct timespec *ts) in __getnstimeofday()
109 static inline void getnstimeofday(struct timespec *ts) in getnstimeofday()
117 static inline void ktime_get_ts(struct timespec *ts) in ktime_get_ts()
125 static inline void ktime_get_real_ts(struct timespec *ts) in ktime_get_real_ts()
133 static inline void getrawmonotonic(struct timespec *ts) in getrawmonotonic()
141 static inline struct timespec get_monotonic_coarse(void) in get_monotonic_coarse()
146 static inline void getboottime(struct timespec *ts) in getboottime()
240 static inline void get_monotonic_boottime(struct timespec *ts) in get_monotonic_boottime()
250 static inline void timekeeping_clocktai(struct timespec *ts) in timekeeping_clocktai()
274 extern void read_persistent_clock(struct timespec *ts);
277 extern int update_persistent_clock(struct timespec now);