Lines Matching defs:next_index
93 * @next_index: one beyond the last index for this chunk
106 unsigned long next_index;
286 * Set index to zero to bypass next_index overflow protection.
290 iter->next_index = start;
303 * @iter->next_index. It returns a pointer to the chunk's first slot.
305 * its end (next_index), and constructs a bit mask for tagged iterating (tags).
340 iter->next_index = iter->index;
373 return iter->next_index - iter->index;
392 * b) we are doing non-tagged iteration, and iter->index and iter->next_index
426 iter->next_index = 0;