Searched refs:compaction_suitable (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | compaction.h | 97 extern bool compaction_suitable(struct zone *zone, int order, 115 static inline bool compaction_suitable(struct zone *zone, int order, in compaction_suitable() function
|
/linux/mm/ |
H A D | compaction.c | 2385 * compaction_suitable: Is this suitable to run compaction on this zone now? 2387 bool compaction_suitable(struct zone *zone, int order, unsigned long watermark, in compaction_suitable() function 2504 if (!compaction_suitable(zone, order, watermark, highest_zoneidx)) in compaction_suit_allocation_order()
|
H A D | vmscan.c | 5974 if (compaction_suitable(zone, sc->order, watermark, in should_continue_reclaim() 6213 if (compaction_suitable(zone, sc->order, watermark, sc->reclaim_idx)) in compaction_ready() 7435 * and rely on compaction_suitable() to determine if it's in wakeup_kswapd()
|