Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcgroup.h40 #define CGROUP_WEIGHT_DFL 100 macro
/linux/block/
H A Dbfq-cgroup.c501 bgd->weight = CGROUP_WEIGHT_DFL; in bfq_cpd_alloc()
H A Dblk-iocost.c2964 iocc->dfl_weight = CGROUP_WEIGHT_DFL * WEIGHT_ONE; in ioc_pd_alloc()
/linux/kernel/sched/
H A Dsched.h263 return DIV_ROUND_CLOSEST_ULL(cgrp_weight * 1024, CGROUP_WEIGHT_DFL); in sched_weight_from_cgroup()
269 DIV_ROUND_CLOSEST_ULL(weight * CGROUP_WEIGHT_DFL, 1024), in sched_weight_to_cgroup()
H A Dext.c3297 tg->scx.weight = CGROUP_WEIGHT_DFL; in scx_tg_init()