Searched refs:kvm_vcpu_yield_to (Results 1 – 5 of 5) sorted by relevance
201 if (kvm_vcpu_yield_to(tcpu) <= 0) in __diag_time_slice_end_directed()
3921 int kvm_vcpu_yield_to(struct kvm_vcpu *target) in kvm_vcpu_yield_to() function3939 EXPORT_SYMBOL_GPL(kvm_vcpu_yield_to);4066 yielded = kvm_vcpu_yield_to(vcpu); in kvm_vcpu_on_spin()
1443 int kvm_vcpu_yield_to(struct kvm_vcpu *target);
1064 return kvm_vcpu_yield_to(target); in kvm_arch_vcpu_yield_to()
9981 if (kvm_vcpu_yield_to(target) <= 0) in kvm_sched_yield()