Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
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()
1691 min_wmark_pages(zone), in zoneinfo_show_print()
A Dpage_alloc.c4686 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()
A Dcompaction.c2211 low_wmark_pages(zone) : min_wmark_pages(zone); in __compaction_suitable()
A Dvmscan.c6863 pfmemalloc_reserve += min_wmark_pages(zone); in allow_direct_reclaim()
/linux-6.3-rc2/include/linux/
A Dmmzone.h670 #define min_wmark_pages(z) (z->_watermark[WMARK_MIN] + z->watermark_boost) macro

Completed in 43 milliseconds