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()
3684 int kvm_vcpu_yield_to(struct kvm_vcpu *target) in kvm_vcpu_yield_to() function3702 EXPORT_SYMBOL_GPL(kvm_vcpu_yield_to);3809 yielded = kvm_vcpu_yield_to(vcpu); in kvm_vcpu_on_spin()
1379 int kvm_vcpu_yield_to(struct kvm_vcpu *target);
1013 return kvm_vcpu_yield_to(target); in kvm_arch_vcpu_yield_to()
9800 if (kvm_vcpu_yield_to(target) <= 0) in kvm_sched_yield()