Searched refs:compaction_restarting (Results 1 – 2 of 2) sorted by relevance
53 extern bool compaction_restarting(struct zone *zone, int order);
180 bool compaction_restarting(struct zone *zone, int order) in compaction_restarting() function1356 if (compaction_restarting(zone, cc->order) && !current_is_kswapd()) in compact_zone()