Lines Matching defs:order
51 static inline bool is_via_compact_memory(int order) in is_via_compact_memory()
59 static inline bool is_via_compact_memory(int order) { return false; } in is_via_compact_memory()
67 #define block_start_pfn(pfn, order) round_down(pfn, 1UL << (order)) argument
68 #define block_end_pfn(pfn, order) ALIGN((pfn) + 1, 1UL << (order)) argument
83 static struct page *mark_allocated_noprof(struct page *page, unsigned int order, gfp_t gfp_flags) in mark_allocated_noprof()
92 int order; in release_free_list() local
158 static void defer_compaction(struct zone *zone, int order) in defer_compaction()
173 static bool compaction_deferred(struct zone *zone, int order) in compaction_deferred()
196 void compaction_defer_reset(struct zone *zone, int order, in compaction_defer_reset()
210 static bool compaction_restarting(struct zone *zone, int order) in compaction_restarting()
600 unsigned int order; in isolate_freepages_block() local
631 const unsigned int order = compound_order(page); in isolate_freepages_block() local
730 int order; in isolate_freepages_range() local
832 static bool skip_isolation_on_order(int order, int target_order) in skip_isolation_on_order()
988 const unsigned int order = compound_order(page); in isolate_migratepages_block() local
1065 const unsigned int order = compound_order(page); in isolate_migratepages_block() local
1418 int order = cc->order > 0 ? cc->order : pageblock_order; in suitable_migration_target() local
1521 static int next_search_order(struct compact_control *cc, int order) in next_search_order()
1547 int order; in fast_isolate_freepages() local
1835 int order = folio_order(src); in compaction_alloc_noprof() local
1891 int order = folio_order(dst); in compaction_free() local
1963 int order; in fast_find_migrateblock() local
2273 unsigned int order; in __compact_finished() local
2380 static bool __compaction_suitable(struct zone *zone, int order, in __compaction_suitable()
2409 bool compaction_suitable(struct zone *zone, int order, int highest_zoneidx) in compaction_suitable()
2452 bool compaction_zonelist_suitable(struct alloc_context *ac, int order, in compaction_zonelist_suitable()
2490 compaction_suit_allocation_order(struct zone *zone, unsigned int order, in compaction_suit_allocation_order()
2516 int order; in compact_zone() local
2743 static enum compact_result compact_zone_order(struct zone *zone, int order, in compact_zone_order()
2808 enum compact_result try_to_compact_pages(gfp_t gfp_mask, unsigned int order, in try_to_compact_pages()
3124 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd()