Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dvmstat.c185 watermark_distance = low_wmark_pages(zone) - min_wmark_pages(zone); in calculate_pressure_threshold()
283 tolerate_drift = low_wmark_pages(zone) - min_wmark_pages(zone); in refresh_zone_stat_thresholds()
1583 low_wmark_pages(zone), in zoneinfo_show_print()
Dcompaction.c1992 low_wmark_pages(zone) : min_wmark_pages(zone); in __compaction_suitable()
Dpage_alloc.c5114 wmark_low += low_wmark_pages(zone); in si_mem_available()
5376 K(low_wmark_pages(zone)), in show_free_areas()
/Linux-v5.4/include/linux/
Dmmzone.h329 #define low_wmark_pages(z) (z->_watermark[WMARK_LOW] + z->watermark_boost) macro