Searched refs:hrtimer_cpu_base (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/kernel/time/
H A Dhrtimer.c67 DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) =
117 static void hrtimer_get_softirq_time(struct hrtimer_cpu_base *base) hrtimer_get_softirq_time()
201 struct hrtimer_cpu_base *new_cpu_base; switch_hrtimer_base()
446 static ktime_t __hrtimer_get_next_event(struct hrtimer_cpu_base *cpu_base) __hrtimer_get_next_event()
522 hrtimer_force_reprogram(struct hrtimer_cpu_base *cpu_base, int skip_equal) hrtimer_force_reprogram()
569 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); hrtimer_reprogram()
627 static inline void hrtimer_init_hres(struct hrtimer_cpu_base *base) hrtimer_init_hres()
633 static inline ktime_t hrtimer_update_base(struct hrtimer_cpu_base *base) hrtimer_update_base()
649 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); retrigger_next_event()
666 struct hrtimer_cpu_base *base = &per_cpu(hrtimer_bases, cpu); hrtimer_switch_to_hres()
713 hrtimer_force_reprogram(struct hrtimer_cpu_base *base, int skip_equal) { } hrtimer_reprogram()
719 static inline void hrtimer_init_hres(struct hrtimer_cpu_base *base) { } retrigger_next_event()
1123 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); hrtimer_get_next_event()
1144 struct hrtimer_cpu_base *cpu_base; __hrtimer_init()
1189 struct hrtimer_cpu_base *cpu_base; hrtimer_get_res()
1202 struct hrtimer_cpu_base *cpu_base = base->cpu_base; __run_hrtimer()
1247 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); hrtimer_interrupt()
1437 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); hrtimer_run_queues()
1619 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); init_hrtimers_cpu()
1668 struct hrtimer_cpu_base *old_base, *new_base; migrate_hrtimers()
H A Dtimer_list.c32 DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
140 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); print_cpu()
/linux-4.1.27/include/linux/
H A Dhrtimer.h28 struct hrtimer_cpu_base;
146 struct hrtimer_cpu_base *cpu_base;
165 * struct hrtimer_cpu_base - the per cpu clock bases
182 struct hrtimer_cpu_base { struct

Completed in 68 milliseconds