Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dext.c4740 const struct sched_class *old_class = p->sched_class; in scx_ops_disable_workfn() local
4745 if (old_class != new_class && p->se.sched_delayed) in scx_ops_disable_workfn()
4751 check_class_changing(task_rq(p), p, old_class); in scx_ops_disable_workfn()
4755 check_class_changed(task_rq(p), p, old_class, p->prio); in scx_ops_disable_workfn()
5505 const struct sched_class *old_class = p->sched_class; in scx_ops_enable() local
5510 if (old_class != new_class && p->se.sched_delayed) in scx_ops_enable()
5517 check_class_changing(task_rq(p), p, old_class); in scx_ops_enable()
5521 check_class_changed(task_rq(p), p, old_class, p->prio); in scx_ops_enable()