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()
93 int order; in release_free_list() local
159 static void defer_compaction(struct zone *zone, int order) in defer_compaction()
174 static bool compaction_deferred(struct zone *zone, int order) in compaction_deferred()
197 void compaction_defer_reset(struct zone *zone, int order, in compaction_defer_reset()
211 static bool compaction_restarting(struct zone *zone, int order) in compaction_restarting()
601 unsigned int order; in isolate_freepages_block() local
632 const unsigned int order = compound_order(page); in isolate_freepages_block() local
732 int order; in isolate_freepages_range() local
834 static bool skip_isolation_on_order(int order, int target_order) in skip_isolation_on_order()
984 const unsigned int order = compound_order(page); in isolate_migratepages_block() local
1067 const unsigned int order = compound_order(page); in isolate_migratepages_block() local
1420 int order = cc->order > 0 ? cc->order : pageblock_order; in suitable_migration_target() local
1523 static int next_search_order(struct compact_control *cc, int order) in next_search_order()
1549 int order; in fast_isolate_freepages() local
1837 int order = folio_order(src); in compaction_alloc_noprof() local
1894 int order = folio_order(dst); in compaction_free() local
1966 int order; in fast_find_migrateblock() local
2276 unsigned int order; in __compact_finished() local
2383 static bool __compaction_suitable(struct zone *zone, int order, in __compaction_suitable()
2412 bool compaction_suitable(struct zone *zone, int order, int highest_zoneidx) in compaction_suitable()
2455 bool compaction_zonelist_suitable(struct alloc_context *ac, int order, in compaction_zonelist_suitable()
2493 compaction_suit_allocation_order(struct zone *zone, unsigned int order, in compaction_suit_allocation_order()
2537 int order; in compact_zone() local
2765 static enum compact_result compact_zone_order(struct zone *zone, int order, in compact_zone_order()
2830 enum compact_result try_to_compact_pages(gfp_t gfp_mask, unsigned int order, in try_to_compact_pages()
3148 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd()