Lines Matching refs:index
138 int index;
143 .index = 0,
149 KMSAN_WARN_ON(stack->index == MAX_BLOCKS);
150 stack->items[stack->index] = pages;
151 stack->index++;
159 KMSAN_WARN_ON(stack->index == 0);
160 stack->index--;
161 ret = stack->items[stack->index];
162 stack->items[stack->index] = NULL;
170 while (collect.index >= 3) {
183 .index = 0,
189 while (collect.index) {