Searched refs:hrtimer_clock_base (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/kernel/time/ |
H A D | hrtimer.c | 152 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer, lock_hrtimer_base() 155 struct hrtimer_clock_base *base; lock_hrtimer_base() 178 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) hrtimer_check_target() 196 static inline struct hrtimer_clock_base * switch_hrtimer_base() 197 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, switch_hrtimer_base() 200 struct hrtimer_clock_base *new_base; switch_hrtimer_base() 247 static inline struct hrtimer_clock_base * lock_hrtimer_base() 250 struct hrtimer_clock_base *base = timer->base; lock_hrtimer_base() 448 struct hrtimer_clock_base *base = cpu_base->clock_base; __hrtimer_get_next_event() 567 struct hrtimer_clock_base *base) hrtimer_reprogram() 715 struct hrtimer_clock_base *base) hrtimer_reprogram() 848 struct hrtimer_clock_base *base) enqueue_hrtimer() 875 struct hrtimer_clock_base *base, __remove_hrtimer() 907 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base) remove_hrtimer() 940 struct hrtimer_clock_base *base, *new_base; __hrtimer_start_range_ns() 1061 struct hrtimer_clock_base *base; hrtimer_try_to_cancel() 1201 struct hrtimer_clock_base *base = timer->base; __run_hrtimer() 1269 struct hrtimer_clock_base *base; hrtimer_interrupt() 1438 struct hrtimer_clock_base *base; hrtimer_run_queues() 1633 static void migrate_hrtimer_list(struct hrtimer_clock_base *old_base, migrate_hrtimer_list() 1634 struct hrtimer_clock_base *new_base) migrate_hrtimer_list()
|
H A D | timer_list.c | 84 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, print_active_timers() 120 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) print_base()
|
/linux-4.1.27/include/linux/ |
H A D | hrtimer.h | 27 struct hrtimer_clock_base; 112 struct hrtimer_clock_base *base; 134 * struct hrtimer_clock_base - the timer base for a specific clock 145 struct hrtimer_clock_base { struct 197 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES];
|
Completed in 49 milliseconds