Lines Matching defs:ts
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()
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()
146 static inline void getboottime(struct timespec *ts) in getboottime()
155 #define ktime_get_real_ts64(ts) getnstimeofday64(ts) argument
240 static inline void get_monotonic_boottime(struct timespec *ts) in get_monotonic_boottime()
245 static inline void get_monotonic_boottime64(struct timespec64 *ts) in get_monotonic_boottime64()
250 static inline void timekeeping_clocktai(struct timespec *ts) in timekeeping_clocktai()