Searched refs:ckc_timer (Results 1 – 3 of 3) sorted by relevance
650 struct hrtimer ckc_timer; member
1213 hrtimer_start(&vcpu->arch.ckc_timer, sltime, HRTIMER_MODE_REL); in kvm_s390_handle_wait()1221 hrtimer_cancel(&vcpu->arch.ckc_timer); in kvm_s390_handle_wait()1242 vcpu = container_of(timer, struct kvm_vcpu, arch.ckc_timer); in kvm_s390_idle_wakeup()
3031 hrtimer_init(&vcpu->arch.ckc_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in kvm_arch_vcpu_setup()3032 vcpu->arch.ckc_timer.function = kvm_s390_idle_wakeup; in kvm_arch_vcpu_setup()