Searched refs:compaction_suitable (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/linux/ |
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-6.12.1/mm/ |
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()
|
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()
|