Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c3447 .switched_to = switched_to_dl,
H A Dsched.h2643 void (*switched_to) (struct rq *this_rq, struct task_struct *task); member
H A Dcore.c11212 if (p->sched_class->switched_to) in sched_change_end()
11213 p->sched_class->switched_to(rq, p); in sched_change_end()
H A Dext.c4542 .switched_to = switched_to_scx,
H A Dfair.c14236 .switched_to = switched_to_fair,