Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dshow_mem.c41 wmark_low += low_wmark_pages(zone); in si_mem_available()
331 K(low_wmark_pages(zone)), in show_free_areas()
Dpage_reporting.c268 watermark = low_wmark_pages(zone) + in page_reporting_process_zone()
Dvmstat.c211 watermark_distance = low_wmark_pages(zone) - min_wmark_pages(zone); in calculate_pressure_threshold()
309 tolerate_drift = low_wmark_pages(zone) - min_wmark_pages(zone); in refresh_zone_stat_thresholds()
1757 low_wmark_pages(zone), in zoneinfo_show_print()
Dcompaction.c2400 low_wmark_pages(zone) : min_wmark_pages(zone); in __compaction_suitable()
Dpage_alloc.c5586 total_pages = low_wmark_pages(zone); in zone_highsize()
6061 zone->_watermark[WMARK_HIGH] = low_wmark_pages(zone) + tmp; in __setup_per_zone_wmarks()
/linux-6.12.1/include/linux/
Dmmzone.h1025 static inline unsigned long low_wmark_pages(const struct zone *z) in low_wmark_pages() function