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

/drivers/base/
H A Dmemory.c33 static int sections_per_block; variable
37 return section_nr / sections_per_block;
82 memory->dev.id = memory->start_section_nr / sections_per_block;
130 phys_index = mem->start_section_nr / sections_per_block;
141 phys_index = mem->end_section_nr / sections_per_block;
156 for (i = 0; i < sections_per_block; i++) {
224 for (i = 0; i < sections_per_block; i++, pfn += PAGES_PER_SECTION) {
252 unsigned long nr_pages = PAGES_PER_SECTION * sections_per_block;
398 unsigned long pages_per_block = PAGES_PER_SECTION * sections_per_block;
405 for (i = 0; i < sections_per_block;
[all...]

Completed in 9 milliseconds