Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dsched.h2420 void (*reweight_task)(struct rq *this_rq, struct task_struct *task, member
H A Dcore.c1440 if (update_load && p->sched_class->reweight_task) in set_load_weight()
1441 p->sched_class->reweight_task(task_rq(p), p, &lw); in set_load_weight()
H A Dext.c4144 .reweight_task = reweight_task_scx,
H A Dfair.c13645 .reweight_task = reweight_task_fair,