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()1691 min_wmark_pages(zone), in zoneinfo_show_print()
4686 if (zone_watermark_ok(zone, 0, min_wmark_pages(zone), in should_compact_retry()4996 unsigned long min_wmark = min_wmark_pages(zone); in should_reclaim_retry()6272 K(min_wmark_pages(zone)), in __show_free_areas()8807 zone->_watermark[WMARK_LOW] = min_wmark_pages(zone) + tmp; in __setup_per_zone_wmarks()
2211 low_wmark_pages(zone) : min_wmark_pages(zone); in __compaction_suitable()
6863 pfmemalloc_reserve += min_wmark_pages(zone); in allow_direct_reclaim()
670 #define min_wmark_pages(z) (z->_watermark[WMARK_MIN] + z->watermark_boost) macro
Completed in 42 milliseconds