Searched refs:compaction_suitable (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| A D | compaction.h | 92 extern bool compaction_suitable(struct zone *zone, int order, 110 static inline bool compaction_suitable(struct zone *zone, int order, in compaction_suitable() function
|
| /linux/mm/ |
| A D | compaction.c | 2409 bool compaction_suitable(struct zone *zone, int order, int highest_zoneidx) in compaction_suitable() function 2500 if (!compaction_suitable(zone, order, highest_zoneidx)) in compaction_suit_allocation_order()
|
| A D | vmscan.c | 5841 if (compaction_suitable(zone, sc->order, sc->reclaim_idx)) in should_continue_reclaim() 6067 if (!compaction_suitable(zone, sc->order, sc->reclaim_idx)) in compaction_ready()
|
Completed in 23 milliseconds