Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/sched/
Dext.c3785 { .weight = tg->scx_weight }; in scx_tg_online()
3920 if (scx_cgroup_enabled && tg->scx_weight != weight) { in scx_group_set_weight()
3924 tg->scx_weight = weight; in scx_group_set_weight()
4138 struct scx_cgroup_init_args args = { .weight = tg->scx_weight }; in scx_cgroup_init()
Dsched.h465 u32 scx_weight; member
Dcore.c8405 root_task_group.scx_weight = CGROUP_WEIGHT_DFL; in sched_init()
9263 return sched_weight_from_cgroup(tg->scx_weight); in tg_weight()