Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dext.c3950 { .weight = tg->scx_weight }; in scx_tg_online()
4072 if (scx_cgroup_enabled && tg->scx_weight != weight) { in scx_group_set_weight()
4076 tg->scx_weight = weight; in scx_group_set_weight()
4285 struct scx_cgroup_init_args args = { .weight = tg->scx_weight }; in scx_cgroup_init()
H A Dsched.h464 u32 scx_weight; member
H A Dcore.c8566 root_task_group.scx_weight = CGROUP_WEIGHT_DFL; in sched_init()
9411 return sched_weight_from_cgroup(tg->scx_weight); in tg_weight()