Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dpage_reporting.c236 watermark = low_wmark_pages(zone) + in page_reporting_process_zone()
Dvmstat.c183 watermark_distance = low_wmark_pages(zone) - min_wmark_pages(zone); in calculate_pressure_threshold()
281 tolerate_drift = low_wmark_pages(zone) - min_wmark_pages(zone); in refresh_zone_stat_thresholds()
1668 low_wmark_pages(zone), in zoneinfo_show_print()
Dcompaction.c2182 low_wmark_pages(zone) : min_wmark_pages(zone); in __compaction_suitable()
Dpage_alloc.c5741 wmark_low += low_wmark_pages(zone); in si_mem_available()
6010 K(low_wmark_pages(zone)), in show_free_areas()
6823 total_pages = low_wmark_pages(zone); in zone_highsize()
/Linux-v5.15/include/linux/
Dmmzone.h355 #define low_wmark_pages(z) (z->_watermark[WMARK_LOW] + z->watermark_boost) macro