Lines Matching refs:max
114 .memory.max = INIT_MEMBLOCK_REGIONS,
119 .reserved.max = INIT_MEMBLOCK_RESERVED_REGIONS,
130 .max = INIT_PHYSMEM_REGIONS,
295 end = max(start, end); in memblock_find_in_range_node()
368 memblock.reserved.max); in memblock_discard()
378 memblock.memory.max); in memblock_discard()
421 old_size = type->max * sizeof(struct memblock_region); in memblock_double_array()
457 type->name, type->max, type->max * 2); in memblock_double_array()
463 type->name, type->max * 2, &addr, &new_end); in memblock_double_array()
471 memset(new_array + type->max, 0, old_size); in memblock_double_array()
474 type->max <<= 1; in memblock_double_array()
547 BUG_ON(type->cnt >= type->max); in memblock_insert_region()
648 while (type->cnt + nr_new > type->max) in memblock_add_range()
734 while (type->cnt + 2 > type->max) in memblock_isolate_range()
1078 max(m_start, r_start); in __next_mem_range()
1181 *out_start = max(m_start, r_start); in __next_mem_range_rev()
1308 *out_spfn = max(zone->zone_start_pfn, spfn); in __next_mem_pfn_range_in_zone()