Searched refs:high_wmark_pages (Results 1 – 7 of 7) sorted by relevance
335 K(high_wmark_pages(zone)), in show_free_areas()
312 zone->percpu_drift_mark = high_wmark_pages(zone) + in refresh_zone_stat_thresholds()1702 high_wmark_pages(zone), in zoneinfo_show_print()
4795 unsigned long high = high_wmark_pages(zone); in nr_free_zone_pages()5608 max += high_wmark_pages(zone); in calculate_totalreserve_pages()5710 zone->_watermark[WMARK_PROMO] = high_wmark_pages(zone) + tmp; in __setup_per_zone_wmarks()6665 to_accept = high_wmark_pages(zone) - in cond_accept_memory()
2988 total_high_wmark += high_wmark_pages(zone); in prepare_scan_count()6678 watermark = high_wmark_pages(zone) + compact_gap(sc->order); in compaction_ready()7260 mark = high_wmark_pages(zone); in pgdat_balanced()7346 sc->nr_to_reclaim += max(high_wmark_pages(zone), SWAP_CLUSTER_MAX); in kswapd_shrink_node()
2478 high_wmark_pages(zone) + in migrate_balanced_pgdat()
320 nr_pages -= min(nr_pages, high_wmark_pages(z)); in highmem_dirtyable_memory()
681 #define high_wmark_pages(z) (z->_watermark[WMARK_HIGH] + z->watermark_boost) macro