Home
last modified time | relevance | path

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

/mm/
Dsparse.c22 struct mem_section *mem_section[NR_SECTION_ROOTS] variable
25 struct mem_section mem_section[NR_SECTION_ROOTS][SECTIONS_PER_ROOT] variable
28 EXPORT_SYMBOL(mem_section);
59 static struct mem_section noinline __init_refok *sparse_index_alloc(int nid) in sparse_index_alloc()
61 struct mem_section *section = NULL; in sparse_index_alloc()
63 sizeof(struct mem_section); in sparse_index_alloc()
80 struct mem_section *section; in sparse_index_init()
83 if (mem_section[root]) in sparse_index_init()
95 if (mem_section[root]) { in sparse_index_init()
100 mem_section[root] = section; in sparse_index_init()
[all …]
Dpage_cgroup.c100 struct mem_section *section = __pfn_to_section(pfn); in lookup_page_cgroup()
108 struct mem_section *section = __pfn_to_section(pfn); in init_section_page_cgroup()
156 struct mem_section *ms; in __free_page_cgroup()
Dmemory_hotplug.c92 struct mem_section *ms; in register_page_bootmem_info_section()
242 static int __remove_section(struct zone *zone, struct mem_section *ms) in __remove_section()
251 static int __remove_section(struct zone *zone, struct mem_section *ms) in __remove_section()
DKconfig97 # statically allocating the mem_section[] array can potentially
107 # Architecture platforms which require a two level mem_section in SPARSEMEM