Home
last modified time | relevance | path

Searched refs:yield_to_task (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
H A Dsyscalls.c1425 if (!curr->sched_class->yield_to_task) in yield_to()
1434 yielded = curr->sched_class->yield_to_task(rq, p); in yield_to()
H A Dsched.h2466 bool (*yield_to_task)(struct rq *rq, struct task_struct *p); member
H A Dext.c3361 .yield_to_task = yield_to_task_scx,
H A Dfair.c13891 .yield_to_task = yield_to_task_fair,