Home
last modified time | relevance | path

Searched refs:compaction_deferred (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompaction.h104 extern bool compaction_deferred(struct zone *zone, int order);
205 static inline bool compaction_deferred(struct zone *zone, int order) in compaction_deferred() function
/OK3568_Linux_fs/kernel/mm/
H A Dcompaction.c175 bool compaction_deferred(struct zone *zone, int order) in compaction_deferred() function
2531 && compaction_deferred(zone, order)) { in try_to_compact_pages()
2782 if (compaction_deferred(zone, cc.order)) in kcompactd_do_work()