Searched refs:kvm_vcpu_yield_to (Results 1 – 4 of 4) sorted by relevance
221 if (kvm_vcpu_yield_to(tcpu) <= 0) in __diag_time_slice_end_directed()
3855 int kvm_vcpu_yield_to(struct kvm_vcpu *target) in kvm_vcpu_yield_to() function3875 EXPORT_SYMBOL_GPL(kvm_vcpu_yield_to);4017 yielded = kvm_vcpu_yield_to(vcpu); in kvm_vcpu_on_spin()
1067 return kvm_vcpu_yield_to(target); in kvm_arch_vcpu_yield_to()
9923 if (kvm_vcpu_yield_to(target) <= 0) in kvm_sched_yield()