Lines Matching refs:child_active_sum
520 u64 child_active_sum; member
1086 if (list_empty(&iocg->active_list) && iocg->child_active_sum) { in __propagate_weights()
1088 iocg->child_active_sum); in __propagate_weights()
1106 parent->child_active_sum += (s32)(active - child->active); in __propagate_weights()
1117 if (parent->child_active_sum) { in __propagate_weights()
1121 parent->child_active_sum); in __propagate_weights()
1183 u64 active_sum = READ_ONCE(parent->child_active_sum); in current_hweight()
1229 parent->child_active_sum); in current_hweight_max()
1270 if (iocg->child_active_sum) in iocg_activate()
1289 if (iocg->child_active_sum) in iocg_activate()
1936 parent->child_active_sum); in transfer_surpluses()
1985 iocg->child_active_sum * (WEIGHT_ONE - iocg->hweight_donating), in transfer_surpluses()
2004 iocg->child_active_sum * iocg->hweight_donating, in transfer_surpluses()
2006 sf = iocg->child_active_sum - st; in transfer_surpluses()