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/kernel/sched/
H A Dsched.h260 return DIV_ROUND_CLOSEST_ULL(cgrp_weight * 1024, CGROUP_WEIGHT_DFL); in sched_weight_from_cgroup()
266 DIV_ROUND_CLOSEST_ULL(weight * CGROUP_WEIGHT_DFL, 1024), in sched_weight_to_cgroup()
H A Dext.c3066 tg->scx.weight = CGROUP_WEIGHT_DFL; in scx_tg_init()
/linux/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()