Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcompaction.h65 static inline unsigned long compact_gap(unsigned int order) in compact_gap() function
/openbmc/linux/mm/
H A Dvmscan.c5370 if (sc->nr_reclaimed >= max(sc->nr_to_reclaim, compact_gap(sc->order))) in should_abort_scan()
6471 pages_for_compaction = compact_gap(sc->order); in should_continue_reclaim()
6678 watermark = high_wmark_pages(zone) + compact_gap(sc->order); in compaction_ready()
7362 if (sc->order && sc->nr_reclaimed >= compact_gap(sc->order)) in kswapd_shrink_node()
H A Dcompaction.c2299 watermark += compact_gap(order); in __compaction_suitable()