Lines Matching refs:hrtimer
139 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer, in lock_hrtimer_base()
165 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target()
211 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base()
263 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in lock_hrtimer_base()
330 return ((struct hrtimer *) addr)->function; in hrtimer_debug_hint()
339 struct hrtimer *timer = addr; in hrtimer_fixup_init()
378 struct hrtimer *timer = addr; in hrtimer_fixup_free()
398 static inline void debug_hrtimer_init(struct hrtimer *timer) in debug_hrtimer_init()
403 static inline void debug_hrtimer_activate(struct hrtimer *timer) in debug_hrtimer_activate()
408 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) in debug_hrtimer_deactivate()
413 static inline void debug_hrtimer_free(struct hrtimer *timer) in debug_hrtimer_free()
418 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id,
421 void hrtimer_init_on_stack(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init_on_stack()
429 void destroy_hrtimer_on_stack(struct hrtimer *timer) in destroy_hrtimer_on_stack()
435 static inline void debug_hrtimer_init(struct hrtimer *timer) { } in debug_hrtimer_init()
436 static inline void debug_hrtimer_activate(struct hrtimer *timer) { } in debug_hrtimer_activate()
437 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) { } in debug_hrtimer_deactivate()
441 debug_init(struct hrtimer *timer, clockid_t clockid, in debug_init()
448 static inline void debug_activate(struct hrtimer *timer) in debug_activate()
454 static inline void debug_deactivate(struct hrtimer *timer) in debug_deactivate()
462 struct hrtimer *timer) in hrtimer_update_next_timer()
478 struct hrtimer *timer; in __hrtimer_get_next_event()
484 timer = container_of(next, struct hrtimer, node); in __hrtimer_get_next_event()
606 static void hrtimer_reprogram(struct hrtimer *timer, in hrtimer_reprogram()
732 static inline int hrtimer_reprogram(struct hrtimer *timer, in hrtimer_reprogram()
779 static inline void timer_stats_hrtimer_set_start_info(struct hrtimer *timer) in timer_stats_hrtimer_set_start_info()
790 static inline void timer_stats_hrtimer_clear_start_info(struct hrtimer *timer) in timer_stats_hrtimer_clear_start_info()
797 static inline void timer_stats_account_hrtimer(struct hrtimer *timer) in timer_stats_account_hrtimer()
811 void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in unlock_hrtimer_base()
833 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward()
876 static int enqueue_hrtimer(struct hrtimer *timer, in enqueue_hrtimer()
898 static void __remove_hrtimer(struct hrtimer *timer, in __remove_hrtimer()
930 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart) in remove_hrtimer()
957 static inline ktime_t hrtimer_update_lowres(struct hrtimer *timer, ktime_t tim, in hrtimer_update_lowres()
981 void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in hrtimer_start_range_ns()
1034 int hrtimer_try_to_cancel(struct hrtimer *timer) in hrtimer_try_to_cancel()
1069 int hrtimer_cancel(struct hrtimer *timer) in hrtimer_cancel()
1086 ktime_t __hrtimer_get_remaining(const struct hrtimer *timer, bool adjust) in __hrtimer_get_remaining()
1125 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in __hrtimer_init()
1131 memset(timer, 0, sizeof(struct hrtimer)); in __hrtimer_init()
1155 void hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init()
1170 bool hrtimer_active(const struct hrtimer *timer) in hrtimer_active()
1210 struct hrtimer *timer, ktime_t *now) in __run_hrtimer()
1212 enum hrtimer_restart (*fn)(struct hrtimer *); in __run_hrtimer()
1293 struct hrtimer *timer; in __hrtimer_run_queues()
1295 timer = container_of(node, struct hrtimer, node); in __hrtimer_run_queues()
1461 static enum hrtimer_restart hrtimer_wakeup(struct hrtimer *timer) in hrtimer_wakeup()
1502 static int update_rmtp(struct hrtimer *timer, struct timespec __user *rmtp) in update_rmtp()
1622 struct hrtimer *timer; in migrate_hrtimer_list()
1626 timer = container_of(node, struct hrtimer, node); in migrate_hrtimer_list()