Lines Matching refs:next
509 struct memblock_region *next = &type->regions[i + 1];
511 if (this->base + this->size != next->base ||
513 memblock_get_region_node(next) ||
514 this->flags != next->flags) {
515 BUG_ON(this->base + this->size > next->base);
520 this->size += next->size;
521 /* move forward from next + 1, index of which is i + 2 */
522 memmove(next, next + 1, (type->cnt - (i + 2)) * sizeof(*next));
744 * to process the next region - the new top half.
967 * __next_mem_range - next function for for_each_free_mem_range() etc.
978 * parameters, and update *@idx for the next iteration. The lower 32bit of
1054 * advanced for the next iteration.
1071 * __next_mem_range_rev - generic next function for for_each_*_range_rev()
1082 * Finds the next range from type_a which is not marked as unsuitable