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? in compact_finished() 2387 bool compaction_suitable(struct zone *zone, int order, unsigned long watermark, in compact_finished() 2504 if (!compaction_suitable(zone, order, watermark, highest_zoneidx)) 2423 bool compaction_suitable(struct zone *zone, int order, unsigned long watermark, compaction_suitable() function
|
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()
|