Lines Matching defs:timer

172 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer,  in lock_hrtimer_base()
205 static bool hrtimer_suitable_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base, in hrtimer_suitable_target()
260 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base()
311 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in lock_hrtimer_base()
388 struct hrtimer *timer = addr; in hrtimer_fixup_init() local
422 struct hrtimer *timer = addr; in hrtimer_fixup_free() local
442 static inline void debug_hrtimer_init(struct hrtimer *timer) in debug_hrtimer_init()
447 static inline void debug_hrtimer_init_on_stack(struct hrtimer *timer) in debug_hrtimer_init_on_stack()
452 static inline void debug_hrtimer_activate(struct hrtimer *timer, in debug_hrtimer_activate()
458 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) in debug_hrtimer_deactivate()
463 void destroy_hrtimer_on_stack(struct hrtimer *timer) in destroy_hrtimer_on_stack()
471 static inline void debug_hrtimer_init(struct hrtimer *timer) { } in debug_hrtimer_init()
472 static inline void debug_hrtimer_init_on_stack(struct hrtimer *timer) { } in debug_hrtimer_init_on_stack()
473 static inline void debug_hrtimer_activate(struct hrtimer *timer, in debug_hrtimer_activate()
475 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) { } in debug_hrtimer_deactivate()
479 debug_init(struct hrtimer *timer, clockid_t clockid, in debug_init()
486 static inline void debug_init_on_stack(struct hrtimer *timer, clockid_t clockid, in debug_init_on_stack()
493 static inline void debug_activate(struct hrtimer *timer, in debug_activate()
500 static inline void debug_deactivate(struct hrtimer *timer) in debug_deactivate()
533 struct hrtimer *timer; in __hrtimer_next_event_base() local
822 static void hrtimer_reprogram(struct hrtimer *timer, bool reprogram) in hrtimer_reprogram()
1029 void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in unlock_hrtimer_base()
1054 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward()
1097 static bool enqueue_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, in enqueue_hrtimer()
1121 static void __remove_hrtimer(struct hrtimer *timer, in __remove_hrtimer()
1152 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, in remove_hrtimer()
1188 static inline ktime_t hrtimer_update_lowres(struct hrtimer *timer, ktime_t tim, in hrtimer_update_lowres()
1229 static int __hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in __hrtimer_start_range_ns()
1323 void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in hrtimer_start_range_ns()
1361 int hrtimer_try_to_cancel(struct hrtimer *timer) in hrtimer_try_to_cancel()
1452 void hrtimer_cancel_wait_running(const struct hrtimer *timer) in hrtimer_cancel_wait_running()
1497 int hrtimer_cancel(struct hrtimer *timer) in hrtimer_cancel()
1516 ktime_t __hrtimer_get_remaining(const struct hrtimer *timer, bool adjust) in __hrtimer_get_remaining()
1605 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in __hrtimer_init()
1641 static void __hrtimer_setup(struct hrtimer *timer, in __hrtimer_setup()
1665 void hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init()
1686 void hrtimer_setup(struct hrtimer *timer, enum hrtimer_restart (*function)(struct hrtimer *), in hrtimer_setup()
1704 void hrtimer_setup_on_stack(struct hrtimer *timer, in hrtimer_setup_on_stack()
1720 bool hrtimer_active(const struct hrtimer *timer) in hrtimer_active()
1760 struct hrtimer *timer, ktime_t *now, in __run_hrtimer()
1846 struct hrtimer *timer; in __hrtimer_run_queues() local
2029 static enum hrtimer_restart hrtimer_wakeup(struct hrtimer *timer) in hrtimer_wakeup()
2292 struct hrtimer *timer; in migrate_hrtimer_list() local