Searched refs:type_a (Results 1 – 1 of 1) sorted by relevance
997 struct memblock_type *type_a, in __next_mem_range() argument1008 for (; idx_a < type_a->cnt; idx_a++) { in __next_mem_range()1009 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range()1015 if (should_skip_region(type_a, m, nid, flags)) in __next_mem_range()1093 struct memblock_type *type_a, in __next_mem_range_rev() argument1105 idx_a = type_a->cnt - 1; in __next_mem_range_rev()1113 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range_rev()1119 if (should_skip_region(type_a, m, nid, flags)) in __next_mem_range_rev()