Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 1 of 1) sorted by relevance

/block/
Dblk-iocost.c1077 int lvl; in __propagate_weights() local
1100 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() local
1180 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() local
1222 for (lvl = iocg->level - 1; lvl >= 0; lvl--) { in current_hweight_max()
[all …]