Searched defs:cpu_base (Results 1 – 2 of 2) sorted by relevance
510 __next_base(struct hrtimer_cpu_base *cpu_base, unsigned int *active) in __next_base()523 #define for_each_active_base(base, cpu_base, active) \ argument526 static ktime_t __hrtimer_next_event_base(struct hrtimer_cpu_base *cpu_base, in __hrtimer_next_event_base()593 __hrtimer_get_next_event(struct hrtimer_cpu_base *cpu_base, unsigned int active_mask) in __hrtimer_get_next_event()618 static ktime_t hrtimer_update_next_event(struct hrtimer_cpu_base *cpu_base) in hrtimer_update_next_event()668 static inline int hrtimer_hres_active(struct hrtimer_cpu_base *cpu_base) in hrtimer_hres_active()674 static void __hrtimer_reprogram(struct hrtimer_cpu_base *cpu_base, in __hrtimer_reprogram()709 hrtimer_force_reprogram(struct hrtimer_cpu_base *cpu_base, int skip_equal) in hrtimer_force_reprogram()827 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_reprogram() local886 static bool update_needs_ipi(struct hrtimer_cpu_base *cpu_base, in update_needs_ipi()[all …]
117 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in print_cpu() local