Home
last modified time | relevance | path

Searched refs:CGROUP_WEIGHT_DFL (Results 1 – 4 of 4) 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.c2947 iocc->dfl_weight = CGROUP_WEIGHT_DFL * WEIGHT_ONE; in ioc_cpd_alloc()
/linux/kernel/sched/
H A Dcore.c11302 return DIV_ROUND_CLOSEST_ULL(weight * CGROUP_WEIGHT_DFL, 1024); in cpu_weight_read_u64()
11318 weight = DIV_ROUND_CLOSEST_ULL(weight * 1024, CGROUP_WEIGHT_DFL); in cpu_weight_write_u64()