Lines Matching defs:lvl
1088 int lvl;
1111 for (lvl = iocg->level - 1; lvl >= 0; lvl--) {
1112 struct ioc_gq *parent = iocg->ancestors[lvl];
1113 struct ioc_gq *child = iocg->ancestors[lvl + 1];
1169 int lvl;
1191 for (lvl = 0; lvl <= iocg->level - 1; lvl++) {
1192 struct ioc_gq *parent = iocg->ancestors[lvl];
1193 struct ioc_gq *child = iocg->ancestors[lvl + 1];
1229 int lvl;
1233 for (lvl = iocg->level - 1; lvl >= 0; lvl--) {
1234 struct ioc_gq *parent = iocg->ancestors[lvl];
1235 struct ioc_gq *child = iocg->ancestors[lvl + 1];
1652 int lvl;
1657 for (lvl = iocg->level - 1; lvl >= 0; lvl--) {
1658 if (!list_empty(&iocg->ancestors[lvl]->walk_list))
1663 while (++lvl <= iocg->level - 1) {
1664 struct ioc_gq *inner = iocg->ancestors[lvl];