Lines Matching defs:timer
137 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer, in lock_hrtimer_base()
176 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target()
195 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base()
241 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in lock_hrtimer_base()
364 struct hrtimer *timer = addr; in hrtimer_fixup_init() local
403 struct hrtimer *timer = addr; in hrtimer_fixup_free() local
423 static inline void debug_hrtimer_init(struct hrtimer *timer) in debug_hrtimer_init()
428 static inline void debug_hrtimer_activate(struct hrtimer *timer) in debug_hrtimer_activate()
433 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) in debug_hrtimer_deactivate()
438 static inline void debug_hrtimer_free(struct hrtimer *timer) in debug_hrtimer_free()
446 void hrtimer_init_on_stack(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init_on_stack()
454 void destroy_hrtimer_on_stack(struct hrtimer *timer) in destroy_hrtimer_on_stack()
460 static inline void debug_hrtimer_init(struct hrtimer *timer) { } in debug_hrtimer_init()
461 static inline void debug_hrtimer_activate(struct hrtimer *timer) { } in debug_hrtimer_activate()
462 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) { } in debug_hrtimer_deactivate()
466 debug_init(struct hrtimer *timer, clockid_t clockid, in debug_init()
473 static inline void debug_activate(struct hrtimer *timer) in debug_activate()
479 static inline void debug_deactivate(struct hrtimer *timer) in debug_deactivate()
540 struct hrtimer *timer; in hrtimer_force_reprogram() local
578 static int hrtimer_reprogram(struct hrtimer *timer, in hrtimer_reprogram()
642 static inline int hrtimer_enqueue_reprogram(struct hrtimer *timer, in hrtimer_enqueue_reprogram()
727 static inline int hrtimer_enqueue_reprogram(struct hrtimer *timer, in hrtimer_enqueue_reprogram()
771 static inline void timer_stats_hrtimer_set_start_info(struct hrtimer *timer) in timer_stats_hrtimer_set_start_info()
782 static inline void timer_stats_hrtimer_clear_start_info(struct hrtimer *timer) in timer_stats_hrtimer_clear_start_info()
789 static inline void timer_stats_account_hrtimer(struct hrtimer *timer) in timer_stats_account_hrtimer()
803 void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in unlock_hrtimer_base()
817 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward()
857 static int enqueue_hrtimer(struct hrtimer *timer, in enqueue_hrtimer()
884 static void __remove_hrtimer(struct hrtimer *timer, in __remove_hrtimer()
917 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base) in remove_hrtimer()
946 int __hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in __hrtimer_start_range_ns()
1007 int hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in hrtimer_start_range_ns()
1025 hrtimer_start(struct hrtimer *timer, ktime_t tim, const enum hrtimer_mode mode) in hrtimer_start()
1042 int hrtimer_try_to_cancel(struct hrtimer *timer) in hrtimer_try_to_cancel()
1068 int hrtimer_cancel(struct hrtimer *timer) in hrtimer_cancel()
1084 ktime_t hrtimer_get_remaining(const struct hrtimer *timer) in hrtimer_get_remaining()
1116 struct hrtimer *timer; in hrtimer_get_next_event() local
1139 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in __hrtimer_init()
1169 void hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init()
1197 static void __run_hrtimer(struct hrtimer *timer, ktime_t *now) in __run_hrtimer()
1279 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()
1637 struct hrtimer *timer; in migrate_hrtimer_list() local