Searched refs:high_wmark_pages (Results 1 – 7 of 7) sorted by relevance
75 total_high_wmark += high_wmark_pages(zone); in get_scan_count_hyperhold()442 total_high_wmark += high_wmark_pages(zone); in shrink_node_hyperhold()
2743 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()
286 zone->percpu_drift_mark = high_wmark_pages(zone) + in refresh_zone_stat_thresholds()1666 high_wmark_pages(zone), in zoneinfo_show_print()
320 nr_pages -= min(nr_pages, high_wmark_pages(z)); in highmem_dirtyable_memory()
5400 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()
2018 high_wmark_pages(zone) + in migrate_balanced_pgdat()
347 #define high_wmark_pages(z) (z->_watermark[WMARK_HIGH] + z->watermark_boost) macro