• Home
  • Raw
  • Download

Lines Matching defs:timer

140 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer,  in lock_hrtimer_base()
166 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target()
212 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base()
264 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in lock_hrtimer_base()
340 struct hrtimer *timer = addr; in hrtimer_fixup_init() local
374 struct hrtimer *timer = addr; in hrtimer_fixup_free() local
394 static inline void debug_hrtimer_init(struct hrtimer *timer) in debug_hrtimer_init()
399 static inline void debug_hrtimer_activate(struct hrtimer *timer) in debug_hrtimer_activate()
404 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) in debug_hrtimer_deactivate()
409 static inline void debug_hrtimer_free(struct hrtimer *timer) in debug_hrtimer_free()
417 void hrtimer_init_on_stack(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init_on_stack()
425 void destroy_hrtimer_on_stack(struct hrtimer *timer) in destroy_hrtimer_on_stack()
432 static inline void debug_hrtimer_init(struct hrtimer *timer) { } in debug_hrtimer_init()
433 static inline void debug_hrtimer_activate(struct hrtimer *timer) { } in debug_hrtimer_activate()
434 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) { } in debug_hrtimer_deactivate()
438 debug_init(struct hrtimer *timer, clockid_t clockid, in debug_init()
445 static inline void debug_activate(struct hrtimer *timer) in debug_activate()
451 static inline void debug_deactivate(struct hrtimer *timer) in debug_deactivate()
459 struct hrtimer *timer) in hrtimer_update_next_timer()
476 struct hrtimer *timer; in __hrtimer_get_next_event() local
613 static void hrtimer_reprogram(struct hrtimer *timer, in hrtimer_reprogram()
741 static inline int hrtimer_reprogram(struct hrtimer *timer, in hrtimer_reprogram()
792 void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in unlock_hrtimer_base()
814 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()
880 static void __remove_hrtimer(struct hrtimer *timer, in __remove_hrtimer()
913 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart) in remove_hrtimer()
940 static inline ktime_t hrtimer_update_lowres(struct hrtimer *timer, ktime_t tim, in hrtimer_update_lowres()
964 void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in hrtimer_start_range_ns()
1015 int hrtimer_try_to_cancel(struct hrtimer *timer) in hrtimer_try_to_cancel()
1050 int hrtimer_cancel(struct hrtimer *timer) in hrtimer_cancel()
1067 ktime_t __hrtimer_get_remaining(const struct hrtimer *timer, bool adjust) in __hrtimer_get_remaining()
1141 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in __hrtimer_init()
1170 void hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init()
1185 bool hrtimer_active(const struct hrtimer *timer) in hrtimer_active()
1225 struct hrtimer *timer, ktime_t *now) in __run_hrtimer()
1307 struct hrtimer *timer; in __hrtimer_run_queues() local
1472 static enum hrtimer_restart hrtimer_wakeup(struct hrtimer *timer) in hrtimer_wakeup()
1654 struct hrtimer *timer; in migrate_hrtimer_list() local