Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dcompaction.c2262 int wmark_high; in should_proactive_compact_node() local
2267 wmark_high = fragmentation_score_wmark(false); in should_proactive_compact_node()
2268 return fragmentation_score_node(pgdat) > wmark_high; in should_proactive_compact_node()