Lines Matching defs:iocc
1193 struct ioc_cgrp *iocc = blkcg_to_iocc(blkg->blkcg);
1198 weight = iocg->cfg_weight ?: iocc->dfl_weight;
2904 struct ioc_cgrp *iocc;
2906 iocc = kzalloc(sizeof(struct ioc_cgrp), gfp);
2907 if (!iocc)
2910 iocc->dfl_weight = CGROUP_WEIGHT_DFL * WEIGHT_ONE;
2911 return &iocc->cpd;
3048 struct ioc_cgrp *iocc = blkcg_to_iocc(blkcg);
3050 seq_printf(sf, "default %u\n", iocc->dfl_weight / WEIGHT_ONE);
3060 struct ioc_cgrp *iocc = blkcg_to_iocc(blkcg);
3077 iocc->dfl_weight = v * WEIGHT_ONE;