Home
last modified time | relevance | path

Searched refs:hrtimer_clock_base (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/time/
Dhrtimer.c139 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer, in lock_hrtimer_base()
142 struct hrtimer_clock_base *base; in lock_hrtimer_base()
165 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target()
210 static inline struct hrtimer_clock_base *
211 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base()
215 struct hrtimer_clock_base *new_base; in switch_hrtimer_base()
262 static inline struct hrtimer_clock_base *
265 struct hrtimer_clock_base *base = timer->base; in lock_hrtimer_base()
471 struct hrtimer_clock_base *base = cpu_base->clock_base; in __hrtimer_get_next_event()
607 struct hrtimer_clock_base *base) in hrtimer_reprogram()
[all …]
Dtimer_list.c89 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers()
125 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base()
/linux-4.4.14/include/linux/
Dhrtimer.h27 struct hrtimer_clock_base;
104 struct hrtimer_clock_base *base;
142 struct hrtimer_clock_base { struct
206 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES];
211 BUILD_BUG_ON(sizeof(struct hrtimer_clock_base) > HRTIMER_CLOCK_BASE_ALIGN); in hrtimer_set_expires()