Lines Matching defs:order
53 #define block_start_pfn(pfn, order) round_down(pfn, 1UL << (order)) argument
54 #define block_end_pfn(pfn, order) ALIGN((pfn) + 1, 1UL << (order)) argument
87 unsigned int i, order, nr_pages; in split_map_pages() local
153 static void defer_compaction(struct zone *zone, int order) in defer_compaction()
168 static bool compaction_deferred(struct zone *zone, int order) in compaction_deferred()
191 void compaction_defer_reset(struct zone *zone, int order, in compaction_defer_reset()
205 static bool compaction_restarting(struct zone *zone, int order) in compaction_restarting()
596 unsigned int order; in isolate_freepages_block() local
627 const unsigned int order = compound_order(page); in isolate_freepages_block() local
1019 const unsigned int order = compound_order(page); in isolate_migratepages_block() local
1451 static int next_search_order(struct compact_control *cc, int order) in next_search_order()
1477 int order; in fast_isolate_freepages() local
1852 int order; in fast_find_migrateblock() local
2072 static inline bool is_via_compact_memory(int order) in is_via_compact_memory()
2171 unsigned int order; in __compact_finished() local
2278 static bool __compaction_suitable(struct zone *zone, int order, in __compaction_suitable()
2307 bool compaction_suitable(struct zone *zone, int order, int highest_zoneidx) in compaction_suitable()
2350 bool compaction_zonelist_suitable(struct alloc_context *ac, int order, in compaction_zonelist_suitable()
2618 static enum compact_result compact_zone_order(struct zone *zone, int order, in compact_zone_order()
2683 enum compact_result try_to_compact_pages(gfp_t gfp_mask, unsigned int order, in try_to_compact_pages()
3016 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd()