Searched refs:compaction_suitable (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | compaction.h | 97 extern bool compaction_suitable(struct zone *zone, int order, 115 static inline bool compaction_suitable(struct zone *zone, int order, in compaction_suitable() function
|
| /linux/mm/ |
| H A D | compaction.c | 2387 bool compaction_suitable(struct zone *zone, int order, unsigned long watermark, in compaction_suitable() function 2504 if (!compaction_suitable(zone, order, watermark, highest_zoneidx)) in compaction_suit_allocation_order()
|
| H A D | vmscan.c | 5943 if (compaction_suitable(zone, sc->order, watermark, in should_continue_reclaim() 6177 if (compaction_suitable(zone, sc->order, watermark, sc->reclaim_idx)) in compaction_ready()
|