Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dcompaction.c222 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 …]
Dinternal.h217 struct compact_control { struct
252 struct compact_control *cc; argument
257 isolate_freepages_range(struct compact_control *cc,
260 isolate_migratepages_range(struct compact_control *cc,
Dpage_alloc.c8403 static int __alloc_contig_migrate_range(struct compact_control *cc, in __alloc_contig_migrate_range()
8479 struct compact_control cc = { in alloc_contig_range()