Searched refs:compact_control (Results 1 – 4 of 4) sorted by relevance
/linux/mm/ |
H A D | compaction.c | 221 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() 452 static bool test_and_set_skip(struct compact_control *cc, struct page *page) in test_and_set_skip() 467 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate() 489 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() 503 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() 514 static inline void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() 519 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate() 523 static bool test_and_set_skip(struct compact_control *cc, struct page *page) in test_and_set_skip() 539 struct compact_control *cc) in compact_lock_irqsave() 567 unsigned long flags, bool *locked, struct compact_control *cc) in compact_unlock_should_abort() [all …]
|
H A D | internal.h | 788 struct compact_control { struct 833 struct compact_control *cc; argument 838 isolate_freepages_range(struct compact_control *cc, 841 isolate_migratepages_range(struct compact_control *cc,
|
H A D | page_alloc.c | 6264 static int __alloc_contig_migrate_range(struct compact_control *cc, in __alloc_contig_migrate_range() 6433 struct compact_control cc = { in alloc_contig_range_noprof()
|
/linux/include/trace/events/ |
H A D | compaction.h | 102 TP_PROTO(struct compact_control *cc, unsigned long zone_start, 132 TP_PROTO(struct compact_control *cc, unsigned long zone_start,
|