Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dsyscalls.c1449 if (!curr->sched_class->yield_to_task) in yield_to()
1458 yielded = curr->sched_class->yield_to_task(rq, p); in yield_to()
H A Dsched.h2373 bool (*yield_to_task)(struct rq *rq, struct task_struct *p); member
H A Dext.c4120 .yield_to_task = yield_to_task_scx,
H A Dfair.c13621 .yield_to_task = yield_to_task_fair,