Searched refs:kvm_vcpu_yield_to (Results 1 – 5 of 5) sorted by relevance
199 if (kvm_vcpu_yield_to(tcpu) <= 0) in __diag_time_slice_end_directed()
974 int kvm_vcpu_yield_to(struct kvm_vcpu *target);
3338 int kvm_vcpu_yield_to(struct kvm_vcpu *target) in kvm_vcpu_yield_to() function3356 EXPORT_SYMBOL_GPL(kvm_vcpu_yield_to);3464 yielded = kvm_vcpu_yield_to(vcpu); in kvm_vcpu_on_spin()
911 return kvm_vcpu_yield_to(target); in kvm_arch_vcpu_yield_to()
8650 if (kvm_vcpu_yield_to(target) <= 0) in kvm_sched_yield()