Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dcompaction.h92 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/
Dcompaction.c2409 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()
Dvmscan.c5841 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()