Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dcompaction.c2160 int wmark_high; in should_proactive_compact_node() local
2165 wmark_high = fragmentation_score_wmark(false); in should_proactive_compact_node()
2166 return fragmentation_score_node(pgdat) > wmark_high; in should_proactive_compact_node()