Searched refs:min_wmark_pages (Results 1 – 5 of 5) sorted by relevance
332 K(min_wmark_pages(zone)), in show_free_areas()
215 watermark_distance = low_wmark_pages(zone) - min_wmark_pages(zone); in calculate_pressure_threshold()313 tolerate_drift = low_wmark_pages(zone) - min_wmark_pages(zone); in refresh_zone_stat_thresholds()1801 min_wmark_pages(zone), in zoneinfo_show_print()
4345 if (zone_watermark_ok(zone, 0, min_wmark_pages(zone), in should_compact_retry()4672 unsigned long min_wmark = min_wmark_pages(zone); in should_reclaim_retry()6665 zone->_watermark[WMARK_LOW] = min_wmark_pages(zone) + tmp; in __setup_per_zone_wmarks()
6136 unsigned long watermark = min_wmark_pages(zone); in should_continue_reclaim()6365 if (zone_watermark_ok(zone, sc->order, min_wmark_pages(zone), in compaction_ready()6659 pfmemalloc_reserve += min_wmark_pages(zone); in allow_direct_reclaim()
1186 static inline unsigned long min_wmark_pages(const struct zone *z) in min_wmark_pages() function