Lines Matching refs:max
462 required_kernelcore = max(required_kernelcore, corepages); in find_zone_movable_pfns_for_nodes()
500 start_pfn = max(start_pfn, zone_movable_pfn[nid]); in find_zone_movable_pfns_for_nodes()
1292 *zone_start_pfn = max(*zone_start_pfn, node_start_pfn); in zone_spanned_pages_in_node()
1711 *end_pfn = max(*end_pfn, this_end_pfn); in get_pfn_range_for_nid()
1849 end_pfn = max(max_zone_pfn[zone], start_pfn); in free_area_init()
2160 return max(cpumask_weight(node_cpumask), 1U); in deferred_page_init_max_threads()
2459 unsigned long long max = high_limit; in alloc_large_system_hash() local
2497 if (max == 0) { in alloc_large_system_hash()
2498 max = ((unsigned long long)nr_all_pages << PAGE_SHIFT) >> 4; in alloc_large_system_hash()
2499 do_div(max, bucketsize); in alloc_large_system_hash()
2501 max = min(max, 0x80000000ULL); in alloc_large_system_hash()
2505 if (numentries > max) in alloc_large_system_hash()
2506 numentries = max; in alloc_large_system_hash()