Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dstop_task.c128 .switched_to = switched_to_stop,
H A Didle.c501 .switched_to = switched_to_idle,
H A Dsched.h2286 void (*switched_to) (struct rq *this_rq, struct task_struct *task); member
H A Ddeadline.c2757 .switched_to = switched_to_dl,
H A Drt.c2727 .switched_to = switched_to_rt,
H A Dcore.c2201 * switched_from, switched_to and prio_changed must _NOT_ drop rq->lock,
2215 p->sched_class->switched_to(rq, p); in check_class_changed()
H A Dfair.c13166 .switched_to = switched_to_fair,