Searched refs:high_wmark_pages (Results 1 – 6 of 6) sorted by relevance
2350 total_high_wmark += high_wmark_pages(zone); in get_scan_count()2886 watermark = high_wmark_pages(zone) + compact_gap(sc->order); in compaction_ready()3379 mark = high_wmark_pages(zone); in pgdat_balanced()3460 sc->nr_to_reclaim += max(high_wmark_pages(zone), SWAP_CLUSTER_MAX); in kswapd_shrink_node()
285 zone->percpu_drift_mark = high_wmark_pages(zone) + in refresh_zone_stat_thresholds()1567 high_wmark_pages(zone), in zoneinfo_show_print()
4661 unsigned long high = high_wmark_pages(zone); in nr_free_zone_pages()4980 K(high_wmark_pages(zone)), in show_free_areas()7160 max += high_wmark_pages(zone); in calculate_totalreserve_pages()
324 nr_pages -= min(nr_pages, high_wmark_pages(z)); in highmem_dirtyable_memory()
1837 high_wmark_pages(zone) + in migrate_balanced_pgdat()
272 #define high_wmark_pages(z) (z->watermark[WMARK_HIGH]) macro