Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcompaction.h45 extern unsigned long compaction_suitable(struct zone *zone, int order,
71 static inline unsigned long compaction_suitable(struct zone *zone, int order, in compaction_suitable() function
/linux-4.1.27/mm/
Dcompaction.c1270 unsigned long compaction_suitable(struct zone *zone, int order, in compaction_suitable() function
1292 ret = compaction_suitable(zone, cc->order, cc->alloc_flags, in compact_zone()
Dvmscan.c2301 switch (compaction_suitable(zone, sc->order, 0, 0)) { in should_continue_reclaim()
2429 if (compaction_suitable(zone, order, 0, 0) == COMPACT_SKIPPED) in compaction_ready()
2901 if (IS_ENABLED(CONFIG_COMPACTION) && order && compaction_suitable(zone, in zone_balanced()
3026 compaction_suitable(zone, sc->order, 0, classzone_idx) in kswapd_shrink_zone()