Lines Matching refs:sections_per_block
51 static int sections_per_block; variable
55 return section_nr / sections_per_block; in memory_block_id()
127 phys_index = mem->start_section_nr / sections_per_block; in phys_index_show()
181 unsigned long nr_pages = PAGES_PER_SECTION * sections_per_block; in memory_block_online()
224 unsigned long nr_pages = PAGES_PER_SECTION * sections_per_block; in memory_block_offline()
402 unsigned long nr_pages = PAGES_PER_SECTION * sections_per_block; in valid_zones_show()
494 unsigned long pages_per_block = PAGES_PER_SECTION * sections_per_block; in probe_store()
509 MIN_MEMORY_BLOCK_SIZE * sections_per_block, in probe_store()
625 memory->dev.id = memory->start_section_nr / sections_per_block; in register_memory()
660 mem->start_section_nr = block_id * sections_per_block; in init_memory_block()
681 for (nr = base_section_nr; nr < base_section_nr + sections_per_block; in add_memory_block()
820 sections_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE; in memory_dev_init()
831 nr += sections_per_block) { in memory_dev_init()