Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/
Dssfdc.c272 int zone_index; in build_logical_block_map() local
274 zone_index = phys_block / MAX_PHYS_BLK_PER_ZONE; in build_logical_block_map()
275 block_address += zone_index * MAX_LOGIC_BLK_PER_ZONE; in build_logical_block_map()
281 phys_block, block_address, zone_index); in build_logical_block_map()
/Linux-v4.19/mm/
Dpage_alloc.c5856 int zone_index; in find_usable_zone_for_movable() local
5857 for (zone_index = MAX_NR_ZONES - 1; zone_index >= 0; zone_index--) { in find_usable_zone_for_movable()
5858 if (zone_index == ZONE_MOVABLE) in find_usable_zone_for_movable()
5861 if (arch_zone_highest_possible_pfn[zone_index] > in find_usable_zone_for_movable()
5862 arch_zone_lowest_possible_pfn[zone_index]) in find_usable_zone_for_movable()
5866 VM_BUG_ON(zone_index == -1); in find_usable_zone_for_movable()
5867 movable_zone = zone_index; in find_usable_zone_for_movable()