Lines Matching refs:iocc
1250 struct ioc_cgrp *iocc = blkcg_to_iocc(blkg->blkcg);
1255 weight = iocg->cfg_weight ?: iocc->dfl_weight;
2937 struct ioc_cgrp *iocc;
2939 iocc = kzalloc(sizeof(struct ioc_cgrp), gfp);
2940 if (!iocc)
2943 iocc->dfl_weight = CGROUP_WEIGHT_DFL * WEIGHT_ONE;
2944 return &iocc->cpd;
3076 struct ioc_cgrp *iocc = blkcg_to_iocc(blkcg);
3078 seq_printf(sf, "default %u\n", iocc->dfl_weight / WEIGHT_ONE);
3088 struct ioc_cgrp *iocc = blkcg_to_iocc(blkcg);
3105 iocc->dfl_weight = v * WEIGHT_ONE;