Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Drt.c2597 .switched_to = switched_to_rt,
H A Ddeadline.c3377 .switched_to = switched_to_dl,
H A Dsched.h2559 void (*switched_to) (struct rq *this_rq, struct task_struct *task); member
H A Dcore.c10824 if (p->sched_class->switched_to) in sched_change_end()
10825 p->sched_class->switched_to(rq, p); in sched_change_end()
H A Dext.c3381 .switched_to = switched_to_scx, in init_dsq()
H A Dfair.c13916 .switched_to = switched_to_fair,