Lines Matching defs:hrt
213 static void soft_timer_start(struct hrtimer *hrt, u64 ns)
215 hrtimer_start(hrt, ktime_add_ns(ktime_get(), ns),
219 static void soft_timer_cancel(struct hrtimer *hrt)
221 hrtimer_cancel(hrt);
331 static enum hrtimer_restart kvm_bg_timer_expire(struct hrtimer *hrt)
337 timer = container_of(hrt, struct arch_timer_cpu, bg_timer);
347 hrtimer_forward_now(hrt, ns_to_ktime(ns));
355 static enum hrtimer_restart kvm_hrtimer_expire(struct hrtimer *hrt)
361 ctx = container_of(hrt, struct arch_timer_context, hrtimer);
373 hrtimer_forward_now(hrt, ns_to_ktime(ns));