• Home
  • Raw
  • Download

Lines Matching refs:max

2820 	max_boost = max(pageblock_nr_pages, max_boost);  in boost_watermark()
3302 batch = max(batch >> order, 2); in get_populated_pcp_list()
7276 high = max(high, batch << 2); in zone_highsize()
7350 new_batch = max(1, zone_batchsize(zone)); in zone_set_pageset_high_and_batch()
7478 *end_pfn = max(*end_pfn, this_end_pfn); in get_pfn_range_for_nid()
7573 *zone_start_pfn = max(*zone_start_pfn, node_start_pfn); in zone_spanned_pages_in_node()
8226 required_kernelcore = max(required_kernelcore, corepages); in find_zone_movable_pfns_for_nodes()
8264 start_pfn = max(start_pfn, zone_movable_pfn[nid]); in find_zone_movable_pfns_for_nodes()
8408 end_pfn = max(max_zone_pfn[zone], start_pfn); in free_area_init()
8729 long max = 0; in calculate_totalreserve_pages() local
8734 if (zone->lowmem_reserve[j] > max) in calculate_totalreserve_pages()
8735 max = zone->lowmem_reserve[j]; in calculate_totalreserve_pages()
8739 max += high_wmark_pages(zone); in calculate_totalreserve_pages()
8741 if (max > managed_pages) in calculate_totalreserve_pages()
8742 max = managed_pages; in calculate_totalreserve_pages()
8744 pgdat->totalreserve_pages += max; in calculate_totalreserve_pages()
8746 reserve_pages += max; in calculate_totalreserve_pages()
9133 unsigned long long max = high_limit; in alloc_large_system_hash() local
9180 if (max == 0) { in alloc_large_system_hash()
9181 max = ((unsigned long long)nr_all_pages << PAGE_SHIFT) >> 4; in alloc_large_system_hash()
9182 do_div(max, bucketsize); in alloc_large_system_hash()
9184 max = min(max, 0x80000000ULL); in alloc_large_system_hash()
9188 if (numentries > max) in alloc_large_system_hash()
9189 numentries = max; in alloc_large_system_hash()