Lines Matching defs:order

48 #define block_start_pfn(pfn, order)	round_down(pfn, 1UL << (order))  argument
49 #define block_end_pfn(pfn, order) ALIGN((pfn) + 1, 1UL << (order)) argument
89 unsigned int i, order, nr_pages; in split_map_pages() 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()
562 unsigned int order; in isolate_freepages_block() local
594 const unsigned int order = compound_order(page); in isolate_freepages_block() local
969 const unsigned int order = compound_order(page); in isolate_migratepages_block() local
1361 static int next_search_order(struct compact_control *cc, int order) in next_search_order()
1388 int order; in fast_isolate_freepages() local
1744 int order; in fast_find_migrateblock() local
1949 static inline bool is_via_compact_memory(int order) in is_via_compact_memory()
2034 unsigned int order; in __compact_finished() local
2154 static enum compact_result __compaction_suitable(struct zone *zone, int order, in __compaction_suitable()
2204 enum compact_result compaction_suitable(struct zone *zone, int order, in compaction_suitable()
2242 bool compaction_zonelist_suitable(struct alloc_context *ac, int order, in compaction_zonelist_suitable()
2486 static enum compact_result compact_zone_order(struct zone *zone, int order, in compact_zone_order()
2556 enum compact_result try_to_compact_pages(gfp_t gfp_mask, unsigned int order, in try_to_compact_pages()
2879 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd()