Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c3673 .switched_to = switched_to_dl,
H A Dsched.h2737 void (*switched_to) (struct rq *this_rq, struct task_struct *task); member
H A Dcore.c11297 if (p->sched_class->switched_to) in sched_change_end()
11298 p->sched_class->switched_to(rq, p); in sched_change_end()
H A Dfair.c15566 .switched_to = switched_to_fair,
/linux/kernel/sched/ext/
H A Dext.c5031 .switched_to = switched_to_scx,