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()
3766 int kvm_vcpu_yield_to(struct kvm_vcpu *target) in kvm_vcpu_yield_to() function3786 EXPORT_SYMBOL_GPL(kvm_vcpu_yield_to);3928 yielded = kvm_vcpu_yield_to(vcpu); in kvm_vcpu_on_spin()
1508 int kvm_vcpu_yield_to(struct kvm_vcpu *target);
1067 return kvm_vcpu_yield_to(target); in kvm_arch_vcpu_yield_to()
9989 if (kvm_vcpu_yield_to(target) <= 0) in kvm_sched_yield()