Lines Matching defs:min
1203 count = min(pcp->count, count);
1760 zone->watermark_boost = min(zone->watermark_boost + pageblock_nr_pages,
1972 zone->nr_reserved_highatomic -= min(
2204 to_drain = min(pcp->count, batch);
2398 return min(READ_ONCE(pcp->batch) << 2, high);
2844 * If the caller does not have rights to reserves below the min
2873 long min = mark;
2881 * __GFP_HIGH allows access to 50% of the min reserve as well
2885 min -= min / 2;
2892 * access to the min reserve.
2895 min -= min / 4;
2905 min -= min / 2;
2913 if (free_pages <= min + z->lowmem_reserve[highest_zoneidx])
2974 usable_free -= min(usable_free, reserved);
2985 * when checking the min watermark. The min watermark is the
5259 batch = min(zone_managed_pages(zone) >> 10, SZ_1M / PAGE_SIZE);
5743 * Ensures that the watermark[min,low,high] values for each zone are set
5766 * For small machines we want it small (128k min). For large machines