Searched refs:zone_index (Results 1 – 1 of 1) sorted by relevance
6341 int zone_index; in find_usable_zone_for_movable() local6342 for (zone_index = MAX_NR_ZONES - 1; zone_index >= 0; zone_index--) { in find_usable_zone_for_movable()6343 if (zone_index == ZONE_MOVABLE) in find_usable_zone_for_movable()6346 if (arch_zone_highest_possible_pfn[zone_index] > in find_usable_zone_for_movable()6347 arch_zone_lowest_possible_pfn[zone_index]) in find_usable_zone_for_movable()6351 VM_BUG_ON(zone_index == -1); in find_usable_zone_for_movable()6352 movable_zone = zone_index; in find_usable_zone_for_movable()