Searched refs:iocc (Results 1 – 1 of 1) sorted by relevance
1015 struct ioc_cgrp *iocc = blkcg_to_iocc(blkg->blkcg); in weight_updated() local1020 weight = iocg->cfg_weight ?: iocc->dfl_weight; in weight_updated()1958 struct ioc_cgrp *iocc; in ioc_cpd_alloc() local1960 iocc = kzalloc(sizeof(struct ioc_cgrp), gfp); in ioc_cpd_alloc()1961 if (!iocc) in ioc_cpd_alloc()1964 iocc->dfl_weight = CGROUP_WEIGHT_DFL; in ioc_cpd_alloc()1965 return &iocc->cpd; in ioc_cpd_alloc()2059 struct ioc_cgrp *iocc = blkcg_to_iocc(blkcg); in ioc_weight_show() local2061 seq_printf(sf, "default %u\n", iocc->dfl_weight); in ioc_weight_show()2071 struct ioc_cgrp *iocc = blkcg_to_iocc(blkcg); in ioc_weight_write() local[all …]