Searched refs:low_wmark_pages (Results 1 – 4 of 4) sorted by relevance
185 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()
1992 low_wmark_pages(zone) : min_wmark_pages(zone); in __compaction_suitable()
5114 wmark_low += low_wmark_pages(zone); in si_mem_available()5376 K(low_wmark_pages(zone)), in show_free_areas()
329 #define low_wmark_pages(z) (z->_watermark[WMARK_LOW] + z->watermark_boost) macro