Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dhrtimer.c71 DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) =
130 static inline bool hrtimer_base_is_online(struct hrtimer_cpu_base *base) in hrtimer_base_is_online()
149 static struct hrtimer_cpu_base migration_cpu_base = {
206 struct hrtimer_cpu_base *new_cpu_base, in hrtimer_suitable_target()
207 struct hrtimer_cpu_base *this_cpu_base) in hrtimer_suitable_target()
232 static inline struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, int pinned) in get_target_base()
263 struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base; in switch_hrtimer_base()
507 __next_base(struct hrtimer_cpu_base *cpu_base, unsigned int *active) in __next_base()
523 static ktime_t __hrtimer_next_event_base(struct hrtimer_cpu_base *cpu_base, in __hrtimer_next_event_base()
590 __hrtimer_get_next_event(struct hrtimer_cpu_base *cpu_base, unsigned int active_mask) in __hrtimer_get_next_event()
[all …]
H A Dtimer_list.c117 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in print_cpu()