Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dshow_mem.c333 K(min_wmark_pages(zone)), in show_free_areas()
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()
1700 min_wmark_pages(zone), in zoneinfo_show_print()
Dcompaction.c2298 low_wmark_pages(zone) : min_wmark_pages(zone); in __compaction_suitable()
2925 min_wmark_pages(zone), in kcompactd_node_suitable()
2969 min_wmark_pages(zone), zoneid, 0)) in kcompactd_do_work()
Dpage_alloc.c3521 if (zone_watermark_ok(zone, 0, min_wmark_pages(zone), in should_compact_retry()
3826 unsigned long min_wmark = min_wmark_pages(zone); in should_reclaim_retry()
5689 zone->_watermark[WMARK_LOW] = min_wmark_pages(zone) + tmp; in __setup_per_zone_wmarks()
Dvmscan.c6476 if (zone_watermark_ok(zone, sc->order, min_wmark_pages(zone), in should_continue_reclaim()
6675 if (zone_watermark_ok(zone, sc->order, min_wmark_pages(zone), in compaction_ready()
6966 pfmemalloc_reserve += min_wmark_pages(zone); in allow_direct_reclaim()
/linux-6.6.21/include/linux/
Dmmzone.h678 #define min_wmark_pages(z) (z->_watermark[WMARK_MIN] + z->watermark_boost) macro