Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dsched.h2417 void (*switching_to) (struct rq *this_rq, struct task_struct *task); member
H A Dcore.c2167 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()
H A Dext.c4141 .switching_to = switching_to_scx,