Home
last modified time | relevance | path

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

/mm/
Dcompaction.c227 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable()
410 static bool test_and_set_skip(struct compact_control *cc, struct page *page, in test_and_set_skip()
429 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate()
450 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip()
468 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable()
479 static inline void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip()
484 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate()
488 static bool test_and_set_skip(struct compact_control *cc, struct page *page, in test_and_set_skip()
505 struct compact_control *cc) in compact_lock_irqsave()
536 unsigned long flags, bool *locked, struct compact_control *cc) in compact_unlock_should_abort()
[all …]
Dinternal.h237 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,
Dpage_alloc.c8741 static int __alloc_contig_migrate_range(struct compact_control *cc, in __alloc_contig_migrate_range()
8844 struct compact_control cc = { in alloc_contig_range()