Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c5984 static bool sched_ext_ops__yield(struct task_struct *from, struct task_struct *to__nullable) { return false; } in sched_ext_ops__yield() function
6022 .yield = sched_ext_ops__yield,