Searched refs:lvl (Results 1 – 1 of 1) sorted by relevance
1031 int lvl; in __propagate_weights() local1054 for (lvl = iocg->level - 1; lvl >= 0; lvl--) { in __propagate_weights()1055 struct ioc_gq *parent = iocg->ancestors[lvl]; in __propagate_weights()1056 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in __propagate_weights()1112 int lvl; in current_hweight() local1134 for (lvl = 0; lvl <= iocg->level - 1; lvl++) { in current_hweight()1135 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight()1136 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight()1172 int lvl; in current_hweight_max() local1176 for (lvl = iocg->level - 1; lvl >= 0; lvl--) { in current_hweight_max()[all …]