Searched refs:compaction_suitable (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | compaction.h | 45 extern unsigned long compaction_suitable(struct zone *zone, int order, 71 static inline unsigned long compaction_suitable(struct zone *zone, int order, compaction_suitable() function
|
/linux-4.1.27/mm/ |
H A D | compaction.c | 1215 * compaction_suitable: Is this suitable to run compaction on this zone now? 1270 unsigned long compaction_suitable(struct zone *zone, int order, compaction_suitable() function 1292 ret = compaction_suitable(zone, cc->order, cc->alloc_flags, compact_zone()
|
H A D | vmscan.c | 2301 switch (compaction_suitable(zone, sc->order, 0, 0)) { should_continue_reclaim() 2429 if (compaction_suitable(zone, order, 0, 0) == COMPACT_SKIPPED) compaction_ready() 2901 if (IS_ENABLED(CONFIG_COMPACTION) && order && compaction_suitable(zone, zone_balanced() 3026 compaction_suitable(zone, sc->order, 0, classzone_idx) kswapd_shrink_zone()
|
Completed in 121 milliseconds