Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompaction.h107 extern bool compaction_restarting(struct zone *zone, int order);
/OK3568_Linux_fs/kernel/mm/
H A Dcompaction.c212 bool compaction_restarting(struct zone *zone, int order) in compaction_restarting() function
2267 if (compaction_restarting(cc->zone, cc->order)) in compact_zone()