Searched refs:compaction_suitable (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | compaction.h | 46 extern unsigned long compaction_suitable(struct zone *zone, int order, 72 static inline unsigned long compaction_suitable(struct zone *zone, int order, in compaction_suitable() function
|
/linux-4.4.14/mm/ |
D | compaction.c | 1318 unsigned long compaction_suitable(struct zone *zone, int order, in compaction_suitable() function 1339 ret = compaction_suitable(zone, cc->order, cc->alloc_flags, in compact_zone()
|
D | vmscan.c | 2365 switch (compaction_suitable(zone, sc->order, 0, 0)) { in should_continue_reclaim() 2493 if (compaction_suitable(zone, order, 0, 0) == COMPACT_SKIPPED) in compaction_ready() 2966 if (IS_ENABLED(CONFIG_COMPACTION) && order && compaction_suitable(zone, in zone_balanced() 3091 compaction_suitable(zone, sc->order, 0, classzone_idx) in kswapd_shrink_zone()
|