Home
last modified time | relevance | path

Searched refs:min_wmark_pages (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/mm/
H A Dshow_mem.c333 K(min_wmark_pages(zone)), in show_free_areas()
H A Dvmstat.c211 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()
1700 min_wmark_pages(zone), in zoneinfo_show_print()
H A Dcompaction.c2298 low_wmark_pages(zone) : min_wmark_pages(zone); in __compaction_suitable()
2920 min_wmark_pages(zone), in kcompactd_node_suitable()
2964 min_wmark_pages(zone), zoneid, 0)) in kcompactd_do_work()
H A Dpage_alloc.c3541 if (zone_watermark_ok(zone, 0, min_wmark_pages(zone), in should_compact_retry()
3846 unsigned long min_wmark = min_wmark_pages(zone); in should_reclaim_retry()
5709 zone->_watermark[WMARK_LOW] = min_wmark_pages(zone) + tmp; in __setup_per_zone_wmarks()
H A Dvmscan.c6459 if (zone_watermark_ok(zone, sc->order, min_wmark_pages(zone), in should_continue_reclaim()
6661 if (zone_watermark_ok(zone, sc->order, min_wmark_pages(zone), in compaction_ready()
6952 pfmemalloc_reserve += min_wmark_pages(zone); in allow_direct_reclaim()
/openbmc/linux/include/linux/
H A Dmmzone.h679 #define min_wmark_pages(z) (z->_watermark[WMARK_MIN] + z->watermark_boost) macro