Home
last modified time | relevance | path

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

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