Lines Matching refs:max
114 .memory.max = INIT_MEMBLOCK_REGIONS,
119 .reserved.max = INIT_MEMBLOCK_RESERVED_REGIONS,
130 .max = INIT_PHYSMEM_REGIONS,
296 end = max(start, end); in memblock_find_in_range_node()
369 memblock.reserved.max); in memblock_discard()
379 memblock.memory.max); in memblock_discard()
422 old_size = type->max * sizeof(struct memblock_region); in memblock_double_array()
458 type->name, type->max, type->max * 2); in memblock_double_array()
464 type->name, type->max * 2, &addr, &new_end); in memblock_double_array()
472 memset(new_array + type->max, 0, old_size); in memblock_double_array()
475 type->max <<= 1; in memblock_double_array()
548 BUG_ON(type->cnt >= type->max); in memblock_insert_region()
649 while (type->cnt + nr_new > type->max) in memblock_add_range()
729 while (type->cnt + 2 > type->max) in memblock_isolate_range()
1051 max(m_start, r_start); in __next_mem_range()
1154 *out_start = max(m_start, r_start); in __next_mem_range_rev()
1281 *out_spfn = max(zone->zone_start_pfn, spfn); in __next_mem_pfn_range_in_zone()