Searched refs:min_wmark_pages (Results 1 – 5 of 5) sorted by relevance
211 watermark_distance = low_wmark_pages(zone) - min_wmark_pages(zone); in calculate_pressure_threshold()309 tolerate_drift = low_wmark_pages(zone) - min_wmark_pages(zone); in refresh_zone_stat_thresholds()1679 min_wmark_pages(zone), in zoneinfo_show_print()
4505 if (zone_watermark_ok(zone, 0, min_wmark_pages(zone), in should_compact_retry()4779 unsigned long min_wmark = min_wmark_pages(zone); in should_reclaim_retry()6011 K(min_wmark_pages(zone)), in show_free_areas()8412 zone->_watermark[WMARK_LOW] = min_wmark_pages(zone) + tmp; in __setup_per_zone_wmarks()8413 zone->_watermark[WMARK_HIGH] = min_wmark_pages(zone) + tmp * 2; in __setup_per_zone_wmarks()
2188 low_wmark_pages(zone) : min_wmark_pages(zone); in __compaction_suitable()
3678 pfmemalloc_reserve += min_wmark_pages(zone); in allow_direct_reclaim()
363 #define min_wmark_pages(z) (z->_watermark[WMARK_MIN] + z->watermark_boost) macro
Completed in 40 milliseconds