Searched refs:yield_to (Results 1 – 3 of 3) sorted by relevance
1501 extern int yield_to(struct task_struct *p, bool preempt);
5044 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to() function5101 EXPORT_SYMBOL_GPL(yield_to);
2270 ret = yield_to(task, 1); in kvm_vcpu_yield_to()