Searched refs:switching_to (Results 1 – 3 of 3) sorted by relevance
2417 void (*switching_to) (struct rq *this_rq, struct task_struct *task); member
2167 if (prev_class != p->sched_class && p->sched_class->switching_to) in check_class_changing()2168 p->sched_class->switching_to(rq, p); in check_class_changing()
4141 .switching_to = switching_to_scx,