• Home
  • Raw
  • Download

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
160 void defer_compaction(struct zone *zone, int order) in defer_compaction()
175 bool compaction_deferred(struct zone *zone, int order) in compaction_deferred()
198 void compaction_defer_reset(struct zone *zone, int order, in compaction_defer_reset()
212 bool compaction_restarting(struct zone *zone, int order) in compaction_restarting()
565 unsigned int order; in isolate_freepages_block() local
599 const unsigned int order = compound_order(page); in isolate_freepages_block() local
926 const unsigned int order = compound_order(page); in isolate_migratepages_block() local
1279 static int next_search_order(struct compact_control *cc, int order) in next_search_order()
1306 int order; in fast_isolate_freepages() local
1662 int order; in fast_find_migrateblock() local
1874 static inline bool is_via_compact_memory(int order) in is_via_compact_memory()
1951 unsigned int order; in __compact_finished() local
2078 static enum compact_result __compaction_suitable(struct zone *zone, int order, in __compaction_suitable()
2121 enum compact_result compaction_suitable(struct zone *zone, int order, in compaction_suitable()
2159 bool compaction_zonelist_suitable(struct alloc_context *ac, int order, in compaction_zonelist_suitable()
2403 static enum compact_result compact_zone_order(struct zone *zone, int order, in compact_zone_order()
2465 enum compact_result try_to_compact_pages(gfp_t gfp_mask, unsigned int order, in try_to_compact_pages()
2766 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd()