Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcgroup.h38 #define CGROUP_WEIGHT_DFL 100 macro
/linux-6.15/kernel/sched/
H A Dsched.h259 return DIV_ROUND_CLOSEST_ULL(cgrp_weight * 1024, CGROUP_WEIGHT_DFL); in sched_weight_from_cgroup()
265 DIV_ROUND_CLOSEST_ULL(weight * CGROUP_WEIGHT_DFL, 1024), in sched_weight_to_cgroup()
H A Dcore.c8566 root_task_group.scx_weight = CGROUP_WEIGHT_DFL; in sched_init()
9006 scx_group_set_weight(tg, CGROUP_WEIGHT_DFL); in sched_create_group()
/linux-6.15/block/
H A Dbfq-cgroup.c501 bgd->weight = CGROUP_WEIGHT_DFL; in bfq_cpd_alloc()
H A Dblk-iocost.c2955 iocc->dfl_weight = CGROUP_WEIGHT_DFL * WEIGHT_ONE; in ioc_cpd_alloc()