Searched refs:compaction_deferred (Results 1 – 3 of 3) sorted by relevance
49 extern bool compaction_deferred(struct zone *zone, int order);81 static inline bool compaction_deferred(struct zone *zone, int order) in compaction_deferred() function
153 bool compaction_deferred(struct zone *zone, int order) in compaction_deferred() function1504 if (compaction_deferred(zone, order)) in try_to_compact_pages()1609 if (cc->order == -1 || !compaction_deferred(zone, cc->order)) in __compact_pgdat()
2422 if (compaction_deferred(zone, order)) in compaction_ready()