Searched refs:root_iocg (Results 1 – 2 of 2) sorted by relevance
218 root_iocg = None variable227 root_iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd') variable228 ioc = root_iocg.ioc
1821 struct ioc_gq *iocg, *tiocg, *root_iocg; in transfer_surpluses() local1873 root_iocg = list_first_entry(&inner_walk, struct ioc_gq, walk_list); in transfer_surpluses()1874 WARN_ON_ONCE(root_iocg->level > 0); in transfer_surpluses()1947 (WEIGHT_ONE - root_iocg->hweight_after_donation) * WEIGHT_ONE, in transfer_surpluses()1948 WEIGHT_ONE - min_t(u32, root_iocg->hweight_donating, WEIGHT_ONE - 1)); in transfer_surpluses()