Lines Matching defs:timer
129 struct hrtimer timer; member
193 static inline void hrtimer_set_expires(struct hrtimer *timer, ktime_t time) in hrtimer_set_expires()
199 static inline void hrtimer_set_expires_range(struct hrtimer *timer, ktime_t time, ktime_t delta) in hrtimer_set_expires_range()
205 static inline void hrtimer_set_expires_range_ns(struct hrtimer *timer, ktime_t time, unsigned long … in hrtimer_set_expires_range_ns()
211 static inline void hrtimer_set_expires_tv64(struct hrtimer *timer, s64 tv64) in hrtimer_set_expires_tv64()
217 static inline void hrtimer_add_expires(struct hrtimer *timer, ktime_t time) in hrtimer_add_expires()
223 static inline void hrtimer_add_expires_ns(struct hrtimer *timer, u64 ns) in hrtimer_add_expires_ns()
229 static inline ktime_t hrtimer_get_expires(const struct hrtimer *timer) in hrtimer_get_expires()
234 static inline ktime_t hrtimer_get_softexpires(const struct hrtimer *timer) in hrtimer_get_softexpires()
239 static inline s64 hrtimer_get_expires_tv64(const struct hrtimer *timer) in hrtimer_get_expires_tv64()
243 static inline s64 hrtimer_get_softexpires_tv64(const struct hrtimer *timer) in hrtimer_get_softexpires_tv64()
248 static inline s64 hrtimer_get_expires_ns(const struct hrtimer *timer) in hrtimer_get_expires_ns()
253 static inline ktime_t hrtimer_expires_remaining(const struct hrtimer *timer) in hrtimer_expires_remaining()
266 static inline ktime_t hrtimer_cb_get_time(struct hrtimer *timer) in hrtimer_cb_get_time()
271 static inline int hrtimer_is_hres_active(struct hrtimer *timer) in hrtimer_is_hres_active()
300 static inline ktime_t hrtimer_cb_get_time(struct hrtimer *timer) in hrtimer_cb_get_time()
305 static inline int hrtimer_is_hres_active(struct hrtimer *timer) in hrtimer_is_hres_active()
339 static inline void hrtimer_init_on_stack(struct hrtimer *timer, in hrtimer_init_on_stack()
345 static inline void destroy_hrtimer_on_stack(struct hrtimer *timer) { } in destroy_hrtimer_on_stack()
361 static inline int hrtimer_start_expires(struct hrtimer *timer, in hrtimer_start_expires()
372 static inline int hrtimer_restart(struct hrtimer *timer) in hrtimer_restart()
388 static inline int hrtimer_active(const struct hrtimer *timer) in hrtimer_active()
396 static inline int hrtimer_is_queued(struct hrtimer *timer) in hrtimer_is_queued()
405 static inline int hrtimer_callback_running(struct hrtimer *timer) in hrtimer_callback_running()
415 static inline u64 hrtimer_forward_now(struct hrtimer *timer, in hrtimer_forward_now()