Searched refs:min_wmark_pages (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/mm/ |
| H A D | show_mem.c | 331 K(min_wmark_pages(zone)), in show_free_areas()
|
| H A D | vmstat.c | 214 watermark_distance = low_wmark_pages(zone) - min_wmark_pages(zone); in calculate_pressure_threshold() 312 tolerate_drift = low_wmark_pages(zone) - min_wmark_pages(zone); in refresh_zone_stat_thresholds() 1769 min_wmark_pages(zone), in zoneinfo_show_print()
|
| H A D | compaction.c | 2421 watermark += low_wmark_pages(zone) - min_wmark_pages(zone); in __compaction_suitable() 2496 if (__compaction_suitable(zone, order, min_wmark_pages(zone), in compaction_zonelist_suitable()
|
| H A D | page_alloc.c | 4030 if (zone_watermark_ok(zone, 0, min_wmark_pages(zone), in should_compact_retry() 4344 unsigned long min_wmark = min_wmark_pages(zone); in should_reclaim_retry() 6174 zone->_watermark[WMARK_LOW] = min_wmark_pages(zone) + tmp; in __setup_per_zone_wmarks()
|
| H A D | vmscan.c | 5905 unsigned long watermark = min_wmark_pages(zone); in should_continue_reclaim() 6136 if (zone_watermark_ok(zone, sc->order, min_wmark_pages(zone), in compaction_ready() 6437 pfmemalloc_reserve += min_wmark_pages(zone); in allow_direct_reclaim()
|
| /linux-6.15/include/linux/ |
| H A D | mmzone.h | 1053 static inline unsigned long min_wmark_pages(const struct zone *z) in min_wmark_pages() function
|