Searched refs:yielded (Results 1 – 5 of 5) sorted by relevance
3042 int yielded = 0; in kvm_vcpu_on_spin() local3055 for (pass = 0; pass < 2 && !yielded && try; pass++) { in kvm_vcpu_on_spin()3075 yielded = kvm_vcpu_yield_to(vcpu); in kvm_vcpu_on_spin()3076 if (yielded > 0) { in kvm_vcpu_on_spin()3079 } else if (yielded < 0) { in kvm_vcpu_on_spin()
276 what counts for me). The old code yielded wildly inflated read scores,277 would eat up tens of MB of disk space on fast systems, and yielded
6487 int yielded = 0; in yield_to() local6499 yielded = -ESRCH; in yield_to()6518 yielded = curr->sched_class->yield_to_task(rq, p); in yield_to()6519 if (yielded) { in yield_to()6534 if (yielded > 0) in yield_to()6537 return yielded; in yield_to()
5393 /* sleep to ensure lock is yielded to another thread */