Home
last modified time | relevance | path

Searched refs:mem_section (Results 1 – 4 of 4) sorted by relevance

/mm/
Dsparse.c28 struct mem_section **mem_section; variable
30 struct mem_section mem_section[NR_SECTION_ROOTS][SECTIONS_PER_ROOT] variable
33 EXPORT_SYMBOL(mem_section);
64 static noinline struct mem_section __ref *sparse_index_alloc(int nid) in sparse_index_alloc()
66 struct mem_section *section = NULL; in sparse_index_alloc()
68 sizeof(struct mem_section); in sparse_index_alloc()
86 struct mem_section *section; in sparse_index_init()
95 if (mem_section[root]) in sparse_index_init()
102 mem_section[root] = section; in sparse_index_init()
114 unsigned long __section_nr(struct mem_section *ms) in __section_nr()
[all …]
Dpage_ext.c193 struct mem_section *section = __pfn_to_section(pfn); in lookup_page_ext()
223 struct mem_section *section; in init_section_page_ext()
275 struct mem_section *ms; in __free_page_ext()
Dmemory_hotplug.c169 struct mem_section *ms; in register_page_bootmem_info_section()
204 struct mem_section *ms; in register_page_bootmem_info_section()
499 struct mem_section *ms = __nr_to_section(pfn_to_section_nr(pfn)); in __remove_section()
DKconfig99 # statically allocating the mem_section[] array can potentially
109 # Architecture platforms which require a two level mem_section in SPARSEMEM