Searched refs:lvl (Results 1 – 1 of 1) sorted by relevance
1077 int lvl; in __propagate_weights() local1100 for (lvl = iocg->level - 1; lvl >= 0; lvl--) { in __propagate_weights()1101 struct ioc_gq *parent = iocg->ancestors[lvl]; in __propagate_weights()1102 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in __propagate_weights()1158 int lvl; in current_hweight() local1180 for (lvl = 0; lvl <= iocg->level - 1; lvl++) { in current_hweight()1181 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight()1182 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight()1218 int lvl; in current_hweight_max() local1222 for (lvl = iocg->level - 1; lvl >= 0; lvl--) { in current_hweight_max()[all …]