Lines Matching defs:timer

152 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer,  in lock_hrtimer_base()
178 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target()
197 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base()
248 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in lock_hrtimer_base()
324 struct hrtimer *timer = addr; in hrtimer_fixup_init() local
363 struct hrtimer *timer = addr; in hrtimer_fixup_free() local
383 static inline void debug_hrtimer_init(struct hrtimer *timer) in debug_hrtimer_init()
388 static inline void debug_hrtimer_activate(struct hrtimer *timer) in debug_hrtimer_activate()
393 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) in debug_hrtimer_deactivate()
398 static inline void debug_hrtimer_free(struct hrtimer *timer) in debug_hrtimer_free()
406 void hrtimer_init_on_stack(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init_on_stack()
414 void destroy_hrtimer_on_stack(struct hrtimer *timer) in destroy_hrtimer_on_stack()
420 static inline void debug_hrtimer_init(struct hrtimer *timer) { } in debug_hrtimer_init()
421 static inline void debug_hrtimer_activate(struct hrtimer *timer) { } in debug_hrtimer_activate()
422 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) { } in debug_hrtimer_deactivate()
426 debug_init(struct hrtimer *timer, clockid_t clockid, in debug_init()
433 static inline void debug_activate(struct hrtimer *timer) in debug_activate()
439 static inline void debug_deactivate(struct hrtimer *timer) in debug_deactivate()
454 struct hrtimer *timer; in __hrtimer_get_next_event() local
566 static int hrtimer_reprogram(struct hrtimer *timer, in hrtimer_reprogram()
714 static inline int hrtimer_reprogram(struct hrtimer *timer, in hrtimer_reprogram()
761 static inline void timer_stats_hrtimer_set_start_info(struct hrtimer *timer) in timer_stats_hrtimer_set_start_info()
772 static inline void timer_stats_hrtimer_clear_start_info(struct hrtimer *timer) in timer_stats_hrtimer_clear_start_info()
779 static inline void timer_stats_account_hrtimer(struct hrtimer *timer) in timer_stats_account_hrtimer()
793 void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in unlock_hrtimer_base()
807 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward()
847 static int enqueue_hrtimer(struct hrtimer *timer, in enqueue_hrtimer()
874 static void __remove_hrtimer(struct hrtimer *timer, in __remove_hrtimer()
907 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base) in remove_hrtimer()
936 int __hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in __hrtimer_start_range_ns()
1023 int hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in hrtimer_start_range_ns()
1042 hrtimer_start(struct hrtimer *timer, ktime_t tim, const enum hrtimer_mode mode) in hrtimer_start()
1059 int hrtimer_try_to_cancel(struct hrtimer *timer) in hrtimer_try_to_cancel()
1085 int hrtimer_cancel(struct hrtimer *timer) in hrtimer_cancel()
1101 ktime_t hrtimer_get_remaining(const struct hrtimer *timer) in hrtimer_get_remaining()
1141 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in __hrtimer_init()
1171 void hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init()
1199 static void __run_hrtimer(struct hrtimer *timer, ktime_t *now) in __run_hrtimer()
1280 struct hrtimer *timer; in hrtimer_interrupt() local
1457 struct hrtimer *timer; in hrtimer_run_queues() local
1473 static enum hrtimer_restart hrtimer_wakeup(struct hrtimer *timer) in hrtimer_wakeup()
1516 static int update_rmtp(struct hrtimer *timer, struct timespec __user *rmtp) in update_rmtp()
1636 struct hrtimer *timer; in migrate_hrtimer_list() local