Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dvmstat.c184 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()
Dcompaction.c1457 low_wmark_pages(zone) : min_wmark_pages(zone); in __compaction_suitable()
Dpage_alloc.c4979 K(low_wmark_pages(zone)), in show_free_areas()
/Linux-v4.19/include/linux/
Dmmzone.h271 #define low_wmark_pages(z) (z->watermark[WMARK_LOW]) macro