Searched refs:ckc_timer (Results 1 – 3 of 3) sorted by relevance
363 hrtimer_start(&vcpu->arch.ckc_timer, ktime_set (0, sltime) , HRTIMER_MODE_REL); in kvm_s390_handle_wait()387 hrtimer_try_to_cancel(&vcpu->arch.ckc_timer); in kvm_s390_handle_wait()410 vcpu = container_of(timer, struct kvm_vcpu, arch.ckc_timer); in kvm_s390_idle_wakeup()
292 hrtimer_init(&vcpu->arch.ckc_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); in kvm_arch_vcpu_setup()295 vcpu->arch.ckc_timer.function = kvm_s390_idle_wakeup; in kvm_arch_vcpu_setup()
223 struct hrtimer ckc_timer; member