Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-iocost.c1257 struct ioc_cgrp *iocc = blkcg_to_iocc(blkg->blkcg); in weight_updated() local
1262 weight = iocg->cfg_weight ?: iocc->dfl_weight; in weight_updated()
2947 struct ioc_cgrp *iocc; in ioc_cpd_alloc() local
2949 iocc = kzalloc_obj(struct ioc_cgrp, gfp); in ioc_cpd_alloc()
2950 if (!iocc) in ioc_cpd_alloc()
2953 iocc->dfl_weight = CGROUP_WEIGHT_DFL * WEIGHT_ONE; in ioc_cpd_alloc()
2954 return &iocc->cpd; in ioc_cpd_alloc()
3085 struct ioc_cgrp *iocc = blkcg_to_iocc(blkcg); in ioc_weight_show() local
3087 seq_printf(sf, "default %u\n", iocc->dfl_weight / WEIGHT_ONE); in ioc_weight_show()
3097 struct ioc_cgrp *iocc = blkcg_to_iocc(blkcg); in ioc_weight_write() local
[all …]