Searched refs:zone_index (Results 1 – 1 of 1) sorted by relevance
6509 int zone_index; in find_usable_zone_for_movable() local6510 for (zone_index = MAX_NR_ZONES - 1; zone_index >= 0; zone_index--) { in find_usable_zone_for_movable()6511 if (zone_index == ZONE_MOVABLE) in find_usable_zone_for_movable()6514 if (arch_zone_highest_possible_pfn[zone_index] > in find_usable_zone_for_movable()6515 arch_zone_lowest_possible_pfn[zone_index]) in find_usable_zone_for_movable()6519 VM_BUG_ON(zone_index == -1); in find_usable_zone_for_movable()6520 movable_zone = zone_index; in find_usable_zone_for_movable()