Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Didle_task.c107 .switched_to = switched_to_idle,
Dstop_task.c134 .switched_to = switched_to_stop,
Dsched.h1211 void (*switched_to) (struct rq *this_rq, struct task_struct *task); member
Ddeadline.c1806 .switched_to = switched_to_dl,
Drt.c2328 .switched_to = switched_to_rt,
Dfair.c8253 .switched_to = switched_to_fair,
Dcore.c989 p->sched_class->switched_to(rq, p); in check_class_changed()