Lines Matching defs:sections_per_block
51 static int sections_per_block;
55 return section_nr / sections_per_block;
121 phys_index = mem->start_section_nr / sections_per_block;
181 unsigned long nr_pages = PAGES_PER_SECTION * sections_per_block;
328 unsigned long nr_pages = PAGES_PER_SECTION * sections_per_block;
420 unsigned long pages_per_block = PAGES_PER_SECTION * sections_per_block;
435 MIN_MEMORY_BLOCK_SIZE * sections_per_block,
551 memory->dev.id = memory->start_section_nr / sections_per_block;
583 mem->start_section_nr = block_id * sections_per_block;
597 for (nr = base_section_nr; nr < base_section_nr + sections_per_block;
728 sections_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE;
739 nr += sections_per_block) {