Lines Matching defs:min

1365 	count = min(pcp->count, count);
1675 block_end_pfn = min(block_end_pfn, zone_end_pfn(zone));
1859 t = min(mo_pfn, *end_pfn);
1877 t = min(mo_pfn, epfn);
2511 zone->watermark_boost = min(zone->watermark_boost + pageblock_nr_pages,
2728 zone->nr_reserved_highatomic -= min(
2975 to_drain = min(pcp->count, batch);
3577 debugfs_create_u32("min-order", mode, dir, &fail_page_alloc.min_order);
3634 long min = mark;
3642 min -= min / 2;
3652 min -= min / 2;
3654 min -= min / 4;
3662 if (free_pages <= min + z->lowmem_reserve[highest_zoneidx])
3721 usable_free -= min(usable_free, reserved);
3731 * when checking the min watermark. The min watermark is the
5457 pagecache -= min(pagecache / 2, wmark_low);
5467 available += reclaimable - min(reclaimable / 2, wmark_low);
5688 " min:%lukB"
6681 * @nid: The nid to return the range for. If MAX_NUMNODES, the min and max PFN are returned.
6700 *start_pfn = min(*start_pfn, this_start_pfn);
6751 *zone_end_pfn = min(node_end_pfn,
6795 *zone_end_pfn = min(*zone_end_pfn, node_end_pfn);
7393 min(usable_startpfn, zone_movable_pfn[nid]) :
7420 min(usable_startpfn, zone_movable_pfn[nid]) :
7458 required_movablecore = min(totalpages, required_movablecore);
7506 kernel_pages = min(end_pfn, usable_startpfn)
7509 kernelcore_remaining -= min(kernel_pages,
7511 required_kernelcore -= min(kernel_pages,
7544 required_kernelcore -= min(required_kernelcore,
8079 * Ensures that the watermark[min,low,high] values for each zone are set
8094 * For small machines we want it small (128k min). For large machines
8405 max = min(max, 0x80000000ULL);