Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dcompaction.c2052 int wmark_high; in should_proactive_compact_node() local
2057 wmark_high = fragmentation_score_wmark(pgdat, false); in should_proactive_compact_node()
2058 return fragmentation_score_node(pgdat) > wmark_high; in should_proactive_compact_node()