Searched refs:zone_index (Results 1 – 1 of 1) sorted by relevance
4571 int zone_index; in find_usable_zone_for_movable() local4572 for (zone_index = MAX_NR_ZONES - 1; zone_index >= 0; zone_index--) { in find_usable_zone_for_movable()4573 if (zone_index == ZONE_MOVABLE) in find_usable_zone_for_movable()4576 if (arch_zone_highest_possible_pfn[zone_index] > in find_usable_zone_for_movable()4577 arch_zone_lowest_possible_pfn[zone_index]) in find_usable_zone_for_movable()4581 VM_BUG_ON(zone_index == -1); in find_usable_zone_for_movable()4582 movable_zone = zone_index; in find_usable_zone_for_movable()