Searched refs:start_migratetype (Results 1 – 1 of 1) sorted by relevance
/linux/mm/ |
H A D | page_alloc.c | 2182 __rmqueue_fallback(struct zone *zone, int order, int start_migratetype, in __rmqueue_fallback() argument 2209 start_migratetype, false, &can_steal); in __rmqueue_fallback() 2221 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback() 2234 start_migratetype, false, &can_steal); in __rmqueue_fallback() 2250 start_migratetype, alloc_flags, can_steal); in __rmqueue_fallback() 2253 start_migratetype, fallback_mt); in __rmqueue_fallback()
|