Searched refs:compact_control (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/mm/ |
D | compaction.c | 215 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() 447 static bool test_and_set_skip(struct compact_control *cc, struct page *page) in test_and_set_skip() 462 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate() 484 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() 498 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() 509 static inline void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() 514 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate() 518 static bool test_and_set_skip(struct compact_control *cc, struct page *page) in test_and_set_skip() 534 struct compact_control *cc) in compact_lock_irqsave() 562 unsigned long flags, bool *locked, struct compact_control *cc) in compact_unlock_should_abort() [all …]
|
D | internal.h | 474 struct compact_control { struct 519 struct compact_control *cc; argument 524 isolate_freepages_range(struct compact_control *cc, 527 isolate_migratepages_range(struct compact_control *cc, 530 int __alloc_contig_migrate_range(struct compact_control *cc,
|
D | page_isolation.c | 409 struct compact_control cc = { in isolate_single_pageblock()
|
D | page_alloc.c | 6030 int __alloc_contig_migrate_range(struct compact_control *cc, in __alloc_contig_migrate_range() 6116 struct compact_control cc = { in alloc_contig_range()
|
/linux-6.6.21/include/trace/events/ |
D | compaction.h | 81 TP_PROTO(struct compact_control *cc, 102 TP_PROTO(struct compact_control *cc, unsigned long zone_start, 132 TP_PROTO(struct compact_control *cc, unsigned long zone_start,
|