Home
last modified time | relevance | path

Searched refs:yield_to_task (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dsched.h1889 bool (*yield_to_task)(struct rq *rq, struct task_struct *p); member
H A Dcore.c6809 if (!curr->sched_class->yield_to_task) { in yield_to()
6821 yielded = curr->sched_class->yield_to_task(rq, p); in yield_to()
H A Dfair.c12070 .yield_to_task = yield_to_task_fair,

Completed in 51 milliseconds