• Home
  • Raw
  • Download

Lines Matching defs:timer

174 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer,  in lock_hrtimer_base()
196 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base) in switch_hrtimer_base()
229 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in lock_hrtimer_base()
345 struct hrtimer *timer = addr; in hrtimer_fixup_init() local
384 struct hrtimer *timer = addr; in hrtimer_fixup_free() local
403 static inline void debug_hrtimer_init(struct hrtimer *timer) in debug_hrtimer_init()
408 static inline void debug_hrtimer_activate(struct hrtimer *timer) in debug_hrtimer_activate()
413 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) in debug_hrtimer_deactivate()
418 static inline void debug_hrtimer_free(struct hrtimer *timer) in debug_hrtimer_free()
426 void hrtimer_init_on_stack(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init_on_stack()
433 void destroy_hrtimer_on_stack(struct hrtimer *timer) in destroy_hrtimer_on_stack()
439 static inline void debug_hrtimer_init(struct hrtimer *timer) { } in debug_hrtimer_init()
440 static inline void debug_hrtimer_activate(struct hrtimer *timer) { } in debug_hrtimer_activate()
441 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) { } in debug_hrtimer_deactivate()
498 struct hrtimer *timer; in hrtimer_force_reprogram() local
528 static int hrtimer_reprogram(struct hrtimer *timer, in hrtimer_reprogram()
642 static inline void hrtimer_init_timer_hres(struct hrtimer *timer) in hrtimer_init_timer_hres()
653 static inline int hrtimer_enqueue_reprogram(struct hrtimer *timer, in hrtimer_enqueue_reprogram()
705 static inline int hrtimer_enqueue_reprogram(struct hrtimer *timer, in hrtimer_enqueue_reprogram()
711 static inline void hrtimer_init_timer_hres(struct hrtimer *timer) { } in hrtimer_init_timer_hres()
716 void __timer_stats_hrtimer_set_start_info(struct hrtimer *timer, void *addr) in __timer_stats_hrtimer_set_start_info()
731 void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in unlock_hrtimer_base()
745 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward()
785 static int enqueue_hrtimer(struct hrtimer *timer, in enqueue_hrtimer()
842 static void __remove_hrtimer(struct hrtimer *timer, in __remove_hrtimer()
866 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base) in remove_hrtimer()
901 hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, unsigned long delta_ns, in hrtimer_start_range_ns()
962 hrtimer_start(struct hrtimer *timer, ktime_t tim, const enum hrtimer_mode mode) in hrtimer_start()
979 int hrtimer_try_to_cancel(struct hrtimer *timer) in hrtimer_try_to_cancel()
1005 int hrtimer_cancel(struct hrtimer *timer) in hrtimer_cancel()
1021 ktime_t hrtimer_get_remaining(const struct hrtimer *timer) in hrtimer_get_remaining()
1054 struct hrtimer *timer; in hrtimer_get_next_event() local
1075 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in __hrtimer_init()
1104 void hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init()
1131 static void __run_hrtimer(struct hrtimer *timer) in __run_hrtimer()
1227 struct hrtimer *timer; in hrtimer_interrupt() local
1365 struct hrtimer *timer; in hrtimer_run_queues() local
1381 static enum hrtimer_restart hrtimer_wakeup(struct hrtimer *timer) in hrtimer_wakeup()
1423 static int update_rmtp(struct hrtimer *timer, struct timespec __user *rmtp) in update_rmtp()
1542 struct hrtimer *timer; in migrate_hrtimer_list() local