Searched refs:compact_control (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/mm/ |
D | compaction.c | 216 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() 396 static bool test_and_set_skip(struct compact_control *cc, struct page *page, in test_and_set_skip() 415 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate() 436 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() 454 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() 465 static inline void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() 470 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate() 474 static bool test_and_set_skip(struct compact_control *cc, struct page *page, in test_and_set_skip() 491 struct compact_control *cc) in compact_lock_irqsave() 519 unsigned long flags, bool *locked, struct compact_control *cc) in compact_unlock_should_abort() [all …]
|
D | internal.h | 393 struct compact_control { struct 434 struct compact_control *cc; argument 439 isolate_freepages_range(struct compact_control *cc, 442 isolate_migratepages_range(struct compact_control *cc, 445 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 | 9187 int __alloc_contig_migrate_range(struct compact_control *cc, in __alloc_contig_migrate_range() 9273 struct compact_control cc = { in alloc_contig_range()
|
/linux-6.1.9/include/trace/events/ |
D | compaction.h | 70 TP_PROTO(struct compact_control *cc, 91 TP_PROTO(struct compact_control *cc, unsigned long zone_start, 121 TP_PROTO(struct compact_control *cc, unsigned long zone_start,
|