Home
last modified time | relevance | path

Searched refs:section_nr (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dmemory.h161 extern struct memory_block *find_memory_block(unsigned long section_nr);
Dmmzone.h2136 static inline unsigned long next_present_section_nr(unsigned long section_nr) in next_present_section_nr() argument
2138 while (++section_nr <= __highest_present_section_nr) { in next_present_section_nr()
2139 if (present_section_nr(section_nr)) in next_present_section_nr()
2140 return section_nr; in next_present_section_nr()
Dmm.h4095 void register_page_bootmem_memmap(unsigned long section_nr, struct page *map,