Home
last modified time | relevance | path

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

/linux/mm/
H A Dshow_mem.c36 unsigned long wmark_low = 0; in si_mem_available() local
41 wmark_low += low_wmark_pages(zone); in si_mem_available()
56 pagecache -= min(pagecache / 2, wmark_low); in si_mem_available()
66 reclaimable -= min(reclaimable / 2, wmark_low); in si_mem_available()
H A Dcompaction.c2216 unsigned int wmark_low, leeway; in fragmentation_score_wmark() local
2218 wmark_low = 100U - sysctl_compaction_proactiveness; in fragmentation_score_wmark()
2219 leeway = min(10U, wmark_low / 2); in fragmentation_score_wmark()
2220 return low ? wmark_low : min(wmark_low + leeway, 100U); in fragmentation_score_wmark()
2261 int score, wmark_low; in __compact_finished() local
2269 wmark_low = fragmentation_score_wmark(true); in __compact_finished()
2271 if (score > wmark_low) in __compact_finished()