Searched refs:__compaction_suitable (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | compaction.c | 2078 static enum compact_result __compaction_suitable(struct zone *zone, int order, in __compaction_suitable() function 2128 ret = __compaction_suitable(zone, order, alloc_flags, highest_zoneidx, in compaction_suitable() 2166 * Make sure at least one zone would pass __compaction_suitable if we continue in compaction_zonelist_suitable() 2177 * is even not guaranteed to appear even if __compaction_suitable in compaction_zonelist_suitable() 2182 compact_result = __compaction_suitable(zone, order, alloc_flags, in compaction_zonelist_suitable()
|
/kernel/linux/linux-6.6/mm/ |
H A D | compaction.c | 2278 static bool __compaction_suitable(struct zone *zone, int order, in __compaction_suitable() function 2312 suitable = __compaction_suitable(zone, order, highest_zoneidx, in compaction_suitable() 2357 * Make sure at least one zone would pass __compaction_suitable if we continue in compaction_zonelist_suitable() 2367 * is even not guaranteed to appear even if __compaction_suitable in compaction_zonelist_suitable() 2372 if (__compaction_suitable(zone, order, ac->highest_zoneidx, in compaction_zonelist_suitable()
|
Completed in 8 milliseconds