Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dstop_task.c120 .switching_to = switching_to_stop,
H A Didle.c560 .switching_to = switching_to_idle,
H A Dsched.h2558 void (*switching_to) (struct rq *this_rq, struct task_struct *task); member
H A Dcore.c10815 if ((ctx->flags & ENQUEUE_CLASS) && p->sched_class->switching_to) in sched_change_end()
10816 p->sched_class->switching_to(rq, p); in sched_change_end()
H A Dext.c3379 .switching_to = switching_to_scx,