Searched refs:compact_control (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | compaction.c | 222 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() 405 static bool test_and_set_skip(struct compact_control *cc, struct page *page, in test_and_set_skip() 424 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate() 445 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() 463 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() 474 static inline void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() 479 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate() 483 static bool test_and_set_skip(struct compact_control *cc, struct page *page, in test_and_set_skip() 500 struct compact_control *cc) in compact_lock_irqsave() 531 unsigned long flags, bool *locked, struct compact_control *cc) in compact_unlock_should_abort() [all …]
|
| H A D | internal.h | 237 struct compact_control { struct 272 struct compact_control *cc; argument 277 isolate_freepages_range(struct compact_control *cc, 280 isolate_migratepages_range(struct compact_control *cc,
|
| H A D | page_alloc.c | 8703 static int __alloc_contig_migrate_range(struct compact_control *cc, in __alloc_contig_migrate_range() 8806 struct compact_control cc = { in alloc_contig_range()
|