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

/linux-4.4.14/drivers/mtd/
H A Dssfdc.c272 int zone_index; build_logical_block_map() local
274 zone_index = phys_block / MAX_PHYS_BLK_PER_ZONE; build_logical_block_map()
275 block_address += zone_index * MAX_LOGIC_BLK_PER_ZONE; build_logical_block_map()
281 phys_block, block_address, zone_index); build_logical_block_map()
/linux-4.4.14/mm/
H A Dpage_alloc.c4894 int zone_index; find_usable_zone_for_movable() local
4895 for (zone_index = MAX_NR_ZONES - 1; zone_index >= 0; zone_index--) { find_usable_zone_for_movable()
4896 if (zone_index == ZONE_MOVABLE) find_usable_zone_for_movable()
4899 if (arch_zone_highest_possible_pfn[zone_index] > find_usable_zone_for_movable()
4900 arch_zone_lowest_possible_pfn[zone_index]) find_usable_zone_for_movable()
4904 VM_BUG_ON(zone_index == -1); find_usable_zone_for_movable()
4905 movable_zone = zone_index; find_usable_zone_for_movable()

Completed in 262 milliseconds