Lines Matching defs:max
191 * vm_committed_as, while the max limit is INT_MAX
462 required_kernelcore = max(required_kernelcore, corepages);
500 start_pfn = max(start_pfn, zone_movable_pfn[nid]);
1291 *zone_start_pfn = max(*zone_start_pfn, node_start_pfn);
1691 * @nid: The nid to return the range for. If MAX_NUMNODES, the min and max PFN are returned.
1710 *end_pfn = max(*end_pfn, this_end_pfn);
1813 * @max_zone_pfn: an array of max PFNs for each zone
1848 end_pfn = max(max_zone_pfn[zone], start_pfn);
2058 * max page order boundaries.
2076 spfn = max(spfn, start_pfn);
2110 return max(cpumask_weight(node_cpumask), 1U);
2391 unsigned long long max = high_limit;
2429 if (max == 0) {
2430 max = ((unsigned long long)nr_all_pages << PAGE_SHIFT) >> 4;
2431 do_div(max, bucketsize);
2433 max = min(max, 0x80000000ULL);
2437 if (numentries > max)
2438 numentries = max;