Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsched.h2630 void (*reweight_task)(struct rq *this_rq, struct task_struct *task, member
H A Dcore.c1464 if (update_load && p->sched_class->reweight_task) in set_load_weight()
1465 p->sched_class->reweight_task(task_rq(p), p, &lw); in set_load_weight()
H A Dext.c3463 .reweight_task = reweight_task_scx,
H A Dfair.c13906 .reweight_task = reweight_task_fair,