Home
last modified time | relevance | path

Searched refs:yield_to (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/dma-buf/
H A Dst-dma-fence-chain.c586 yield_to(tsk, true); in wait_forward()
615 yield_to(tsk, true); in wait_backward()
662 yield_to(tsk, true); in wait_random()
/linux/kernel/sched/
H A Dsyscalls.c1410 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to() function
1459 EXPORT_SYMBOL_GPL(yield_to);
/linux/Documentation/admin-guide/
H A Dpstore-blk.rst139 CPU:1 ts:5916723 c05c813d c05ca630 yield_to <- __mutex_lock_slowpath+0x314/0x358
/linux/include/linux/
H A Dsched.h1908 extern int yield_to(struct task_struct *p, bool preempt);
/linux/virt/kvm/
H A Dkvm_main.c3873 ret = yield_to(task, 1); in kvm_vcpu_yield_to()