Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtimer.c137 static inline struct tvec_base *get_target_base(struct tvec_base *base, in get_target_base() function
145 static inline struct tvec_base *get_target_base(struct tvec_base *base, in get_target_base() function
800 new_base = get_target_base(base, pinned); in __mod_timer()
Dhrtimer.c182 struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, in get_target_base() function
191 struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, in get_target_base() function
219 new_cpu_base = get_target_base(this_cpu_base, pinned); in switch_hrtimer_base()