Searched refs:low_wmark_pages (Results 1 – 4 of 4) sorted by relevance
184 watermark_distance = low_wmark_pages(zone) - min_wmark_pages(zone); in calculate_pressure_threshold()282 tolerate_drift = low_wmark_pages(zone) - min_wmark_pages(zone); in refresh_zone_stat_thresholds()1566 low_wmark_pages(zone), in zoneinfo_show_print()
1457 low_wmark_pages(zone) : min_wmark_pages(zone); in __compaction_suitable()
4979 K(low_wmark_pages(zone)), in show_free_areas()
271 #define low_wmark_pages(z) (z->watermark[WMARK_LOW]) macro