Home
last modified time | relevance | path

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

/mm/
Dcompaction.c1978 int wmark_high; in should_proactive_compact_node() local
1983 wmark_high = fragmentation_score_wmark(pgdat, false); in should_proactive_compact_node()
1984 return fragmentation_score_node(pgdat) > wmark_high; in should_proactive_compact_node()