Home
last modified time | relevance | path

Searched refs:high_wmark_pages (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dmemcg_reclaim.c75 total_high_wmark += high_wmark_pages(zone); in get_scan_count_hyperhold()
442 total_high_wmark += high_wmark_pages(zone); in shrink_node_hyperhold()
Dvmscan.c2743 total_high_wmark += high_wmark_pages(zone); in shrink_node()
2875 watermark = high_wmark_pages(zone) + compact_gap(sc->order); in compaction_ready()
3437 mark = high_wmark_pages(zone); in pgdat_balanced()
3521 sc->nr_to_reclaim += max(high_wmark_pages(zone), SWAP_CLUSTER_MAX); in kswapd_shrink_node()
Dvmstat.c286 zone->percpu_drift_mark = high_wmark_pages(zone) + in refresh_zone_stat_thresholds()
1666 high_wmark_pages(zone), in zoneinfo_show_print()
Dpage-writeback.c320 nr_pages -= min(nr_pages, high_wmark_pages(z)); in highmem_dirtyable_memory()
Dpage_alloc.c5400 unsigned long high = high_wmark_pages(zone); in nr_free_zone_pages()
5711 K(high_wmark_pages(zone)), in show_free_areas()
7965 max += high_wmark_pages(zone); in calculate_totalreserve_pages()
Dmigrate.c2018 high_wmark_pages(zone) + in migrate_balanced_pgdat()
/kernel/linux/linux-5.10/include/linux/
Dmmzone.h347 #define high_wmark_pages(z) (z->_watermark[WMARK_HIGH] + z->watermark_boost) macro