Searched refs:compaction_suitable (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dcompaction.h92 extern bool compaction_suitable(struct zone *zone, int order,
110 static inline bool compaction_suitable(struct zone *zone, int order, function
/linux-master/mm/
H A Dcompaction.c2425 * compaction_suitable: Is this suitable to run compaction on this zone now?
2427 bool compaction_suitable(struct zone *zone, int order, int highest_zoneidx) function
2518 if (!compaction_suitable(zone, order, highest_zoneidx))
H A Dvmscan.c5813 if (compaction_suitable(zone, sc->order, sc->reclaim_idx))
6018 if (!compaction_suitable(zone, sc->order, sc->reclaim_idx))
7213 * and rely on compaction_suitable() to determine if it's

Completed in 135 milliseconds