Lines Matching defs:hrt
167 static void soft_timer_start(struct hrtimer *hrt, u64 ns)
169 hrtimer_start(hrt, ktime_add_ns(ktime_get(), ns),
173 static void soft_timer_cancel(struct hrtimer *hrt)
175 hrtimer_cancel(hrt);
262 static enum hrtimer_restart kvm_bg_timer_expire(struct hrtimer *hrt)
268 timer = container_of(hrt, struct arch_timer_cpu, bg_timer);
278 hrtimer_forward_now(hrt, ns_to_ktime(ns));
286 static enum hrtimer_restart kvm_hrtimer_expire(struct hrtimer *hrt)
292 ctx = container_of(hrt, struct arch_timer_context, hrtimer);
304 hrtimer_forward_now(hrt, ns_to_ktime(ns));