Lines Matching refs:hrtimer

165 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer,  in lock_hrtimer_base()
193 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target()
225 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base()
282 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in lock_hrtimer_base()
349 return ((struct hrtimer *) addr)->function; in hrtimer_debug_hint()
358 struct hrtimer *timer = addr; in hrtimer_fixup_init()
392 struct hrtimer *timer = addr; in hrtimer_fixup_free()
412 static inline void debug_hrtimer_init(struct hrtimer *timer) in debug_hrtimer_init()
417 static inline void debug_hrtimer_activate(struct hrtimer *timer, in debug_hrtimer_activate()
423 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) in debug_hrtimer_deactivate()
428 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id,
431 void hrtimer_init_on_stack(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init_on_stack()
450 void destroy_hrtimer_on_stack(struct hrtimer *timer) in destroy_hrtimer_on_stack()
458 static inline void debug_hrtimer_init(struct hrtimer *timer) { } in debug_hrtimer_init()
459 static inline void debug_hrtimer_activate(struct hrtimer *timer, in debug_hrtimer_activate()
461 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) { } in debug_hrtimer_deactivate()
465 debug_init(struct hrtimer *timer, clockid_t clockid, in debug_init()
472 static inline void debug_activate(struct hrtimer *timer, in debug_activate()
479 static inline void debug_deactivate(struct hrtimer *timer) in debug_deactivate()
503 const struct hrtimer *exclude, in __hrtimer_next_event_base()
512 struct hrtimer *timer; in __hrtimer_next_event_base()
515 timer = container_of(next, struct hrtimer, node); in __hrtimer_next_event_base()
522 timer = container_of(next, struct hrtimer, node); in __hrtimer_next_event_base()
572 struct hrtimer *next_timer = NULL; in __hrtimer_get_next_event()
656 struct hrtimer *next_timer, in __hrtimer_reprogram()
808 static void hrtimer_reprogram(struct hrtimer *timer, bool reprogram) in hrtimer_reprogram()
1015 void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in unlock_hrtimer_base()
1037 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward()
1080 static int enqueue_hrtimer(struct hrtimer *timer, in enqueue_hrtimer()
1104 static void __remove_hrtimer(struct hrtimer *timer, in __remove_hrtimer()
1135 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, in remove_hrtimer()
1171 static inline ktime_t hrtimer_update_lowres(struct hrtimer *timer, ktime_t tim, in hrtimer_update_lowres()
1212 static int __hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in __hrtimer_start_range_ns()
1280 void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in hrtimer_start_range_ns()
1316 int hrtimer_try_to_cancel(struct hrtimer *timer) in hrtimer_try_to_cancel()
1393 void hrtimer_cancel_wait_running(const struct hrtimer *timer) in hrtimer_cancel_wait_running()
1438 int hrtimer_cancel(struct hrtimer *timer) in hrtimer_cancel()
1457 ktime_t __hrtimer_get_remaining(const struct hrtimer *timer, bool adjust) in __hrtimer_get_remaining()
1502 u64 hrtimer_next_event_without(const struct hrtimer *exclude) in hrtimer_next_event_without()
1541 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in __hrtimer_init()
1557 memset(timer, 0, sizeof(struct hrtimer)); in __hrtimer_init()
1589 void hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init()
1604 bool hrtimer_active(const struct hrtimer *timer) in hrtimer_active()
1644 struct hrtimer *timer, ktime_t *now, in __run_hrtimer()
1647 enum hrtimer_restart (*fn)(struct hrtimer *); in __run_hrtimer()
1730 struct hrtimer *timer; in __hrtimer_run_queues()
1732 timer = container_of(node, struct hrtimer, node); in __hrtimer_run_queues()
1931 static enum hrtimer_restart hrtimer_wakeup(struct hrtimer *timer) in hrtimer_wakeup()
2190 struct hrtimer *timer; in migrate_hrtimer_list()
2194 timer = container_of(node, struct hrtimer, node); in migrate_hrtimer_list()