Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dcompaction.c2051 int wmark_high; in should_proactive_compact_node() local
2056 wmark_high = fragmentation_score_wmark(pgdat, false); in should_proactive_compact_node()
2057 return fragmentation_score_node(pgdat) > wmark_high; in should_proactive_compact_node()