Lines Matching defs:lvl
1031 int lvl;
1054 for (lvl = iocg->level - 1; lvl >= 0; lvl--) {
1055 struct ioc_gq *parent = iocg->ancestors[lvl];
1056 struct ioc_gq *child = iocg->ancestors[lvl + 1];
1112 int lvl;
1134 for (lvl = 0; lvl <= iocg->level - 1; lvl++) {
1135 struct ioc_gq *parent = iocg->ancestors[lvl];
1136 struct ioc_gq *child = iocg->ancestors[lvl + 1];
1172 int lvl;
1176 for (lvl = iocg->level - 1; lvl >= 0; lvl--) {
1177 struct ioc_gq *parent = iocg->ancestors[lvl];
1178 struct ioc_gq *child = iocg->ancestors[lvl + 1];
1595 int lvl;
1600 for (lvl = iocg->level - 1; lvl >= 0; lvl--) {
1601 if (!list_empty(&iocg->ancestors[lvl]->walk_list))
1606 while (++lvl <= iocg->level - 1) {
1607 struct ioc_gq *inner = iocg->ancestors[lvl];