Searched refs:stimer (Results 1 – 3 of 3) sorted by relevance
231 stimer = &hv_vcpu->stimer[idx]; in kvm_hv_notify_acked_sint()232 if (stimer->msg_pending && stimer->config.enable && in kvm_hv_notify_acked_sint()596 set_bit(stimer->index, in stimer_mark_pending()614 stimer->exp_time = 0; in stimer_cleanup()649 stimer->exp_time = in stimer_start()653 stimer->exp_time = time_now + stimer->count; in stimer_start()657 stimer->index, in stimer_start()666 stimer->exp_time = stimer->count; in stimer_start()679 stimer->index, in stimer_start()879 stimer = &hv_vcpu->stimer[i]; in kvm_hv_process_stimers()[all …]
130 return &to_hv_vcpu(vcpu)->stimer[timer_index]; in to_hv_stimer()133 static inline struct kvm_vcpu *hv_stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer) in hv_stimer_to_vcpu() argument137 hv_vcpu = container_of(stimer - stimer->index, struct kvm_vcpu_hv, in hv_stimer_to_vcpu()138 stimer[0]); in hv_stimer_to_vcpu()
688 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT]; member
Completed in 21 milliseconds