Home
last modified time | relevance | path

Searched refs:total_high_wmark (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dmemcg_reclaim.c46 unsigned long total_high_wmark = 0; in get_scan_count_hyperhold() local
75 total_high_wmark += high_wmark_pages(zone); in get_scan_count_hyperhold()
78 if (unlikely(pgdatfile + pgdatfree <= total_high_wmark)) { in get_scan_count_hyperhold()
428 unsigned long total_high_wmark = 0; in shrink_node_hyperhold() local
442 total_high_wmark += high_wmark_pages(zone); in shrink_node_hyperhold()
453 file + free <= total_high_wmark && in shrink_node_hyperhold()
H A Dvmscan.c2730 unsigned long total_high_wmark = 0; in shrink_node() local
2743 total_high_wmark += high_wmark_pages(zone); in shrink_node()
2754 file + free <= total_high_wmark && in shrink_node()
/kernel/linux/linux-6.6/mm/
H A Dmemcg_reclaim.c48 unsigned long total_high_wmark = 0; in get_scan_count_hyperhold() local
77 total_high_wmark += high_wmark_pages(zone); in get_scan_count_hyperhold()
80 if (unlikely(pgdatfile + pgdatfree <= total_high_wmark)) { in get_scan_count_hyperhold()
427 unsigned long total_high_wmark = 0; in shrink_node_hyperhold() local
441 total_high_wmark += high_wmark_pages(zone); in shrink_node_hyperhold()
452 file + free <= total_high_wmark && in shrink_node_hyperhold()
H A Dvmscan.c2946 unsigned long total_high_wmark = 0; in prepare_scan_count() local
2960 total_high_wmark += high_wmark_pages(zone); in prepare_scan_count()
2971 file + free <= total_high_wmark && in prepare_scan_count()

Completed in 16 milliseconds