Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dhrtimer.c61 DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) =
100 static void hrtimer_get_softirq_time(struct hrtimer_cpu_base *base) in hrtimer_get_softirq_time()
196 struct hrtimer_cpu_base *new_cpu_base; in switch_hrtimer_base()
528 hrtimer_force_reprogram(struct hrtimer_cpu_base *cpu_base, int skip_equal) in hrtimer_force_reprogram()
578 struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases); in hrtimer_reprogram()
632 struct hrtimer_cpu_base *base; in retrigger_next_event()
687 static inline void hrtimer_init_hres(struct hrtimer_cpu_base *base) in hrtimer_init_hres()
723 struct hrtimer_cpu_base *base = &per_cpu(hrtimer_bases, cpu); in hrtimer_switch_to_hres()
756 hrtimer_force_reprogram(struct hrtimer_cpu_base *base, int skip_equal) { } in hrtimer_force_reprogram()
763 static inline void hrtimer_init_hres(struct hrtimer_cpu_base *base) { } in hrtimer_init_hres()
[all …]
/linux-2.6.39/include/linux/
Dhrtimer.h28 struct hrtimer_cpu_base;
145 struct hrtimer_cpu_base *cpu_base;
177 struct hrtimer_cpu_base { struct
/linux-2.6.39/kernel/time/
Dtimer_list.c25 DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
133 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in print_cpu()