Lines Matching defs:max
173 * vm_committed_as, while the max limit is INT_MAX
445 required_kernelcore = max(required_kernelcore, corepages);
483 start_pfn = max(start_pfn, zone_movable_pfn[nid]);
1243 *zone_start_pfn = max(*zone_start_pfn, node_start_pfn);
1692 * @nid: The nid to return the range for. If MAX_NUMNODES, the min and max PFN are returned.
1711 *end_pfn = max(*end_pfn, this_end_pfn);
1793 * @max_zone_pfn: an array of max PFNs for each zone
1828 end_pfn = max(max_zone_pfn[zone], start_pfn);
2117 * broken along max page order boundaries. This way we will not cause
2473 unsigned long long max = high_limit;
2512 if (max == 0) {
2513 max = ((unsigned long long)nr_all_pages << PAGE_SHIFT) >> 4;
2514 do_div(max, bucketsize);
2516 max = min(max, 0x80000000ULL);
2520 if (numentries > max)
2521 numentries = max;