Home
last modified time | relevance | path

Searched refs:zone_index (Results 1 – 1 of 1) sorted by relevance

/mm/
Dpage_alloc.c3207 int zone_index; in find_usable_zone_for_movable() local
3208 for (zone_index = MAX_NR_ZONES - 1; zone_index >= 0; zone_index--) { in find_usable_zone_for_movable()
3209 if (zone_index == ZONE_MOVABLE) in find_usable_zone_for_movable()
3212 if (arch_zone_highest_possible_pfn[zone_index] > in find_usable_zone_for_movable()
3213 arch_zone_lowest_possible_pfn[zone_index]) in find_usable_zone_for_movable()
3217 VM_BUG_ON(zone_index == -1); in find_usable_zone_for_movable()
3218 movable_zone = zone_index; in find_usable_zone_for_movable()