Searched refs:compact_control (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/mm/ |
D | compaction.c | 204 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() 291 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() 324 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() 335 static inline void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() 351 struct compact_control *cc) in compact_trylock_irqsave() 381 unsigned long flags, bool *locked, struct compact_control *cc) in compact_unlock_should_abort() 413 static inline bool compact_should_abort(struct compact_control *cc) in compact_should_abort() 433 static unsigned long isolate_freepages_block(struct compact_control *cc, in isolate_freepages_block() 592 isolate_freepages_range(struct compact_control *cc, in isolate_freepages_range() 692 isolate_migratepages_block(struct compact_control *cc, unsigned long low_pfn, in isolate_migratepages_block() [all …]
|
D | internal.h | 183 struct compact_control { struct 210 isolate_freepages_range(struct compact_control *cc, argument 213 isolate_migratepages_range(struct compact_control *cc,
|
D | page_alloc.c | 7768 static int __alloc_contig_migrate_range(struct compact_control *cc, in __alloc_contig_migrate_range() 7840 struct compact_control cc = { in alloc_contig_range()
|