Searched refs:start_migratetype (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
D | page_alloc.c | 2767 __rmqueue_fallback(struct zone *zone, int order, int start_migratetype, in __rmqueue_fallback() argument 2794 start_migratetype, false, &can_steal); in __rmqueue_fallback() 2806 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback() 2820 start_migratetype, false, &can_steal); in __rmqueue_fallback() 2834 steal_suitable_fallback(zone, page, alloc_flags, start_migratetype, in __rmqueue_fallback() 2838 start_migratetype, fallback_mt); in __rmqueue_fallback()
|