mem_section 67 include/asm-generic/memory_model.h struct mem_section *__sec = __pfn_to_section(__pfn); \ mem_section 54 include/linux/memory.h struct mem_section; mem_section 11 include/linux/memory_hotplug.h struct mem_section; mem_section 877 include/linux/mmzone.h #define SECTIONS_PER_ROOT (PAGE_SIZE / sizeof (struct mem_section)) mem_section 887 include/linux/mmzone.h extern struct mem_section *mem_section[NR_SECTION_ROOTS]; mem_section 889 include/linux/mmzone.h extern struct mem_section mem_section[NR_SECTION_ROOTS][SECTIONS_PER_ROOT]; mem_section 892 include/linux/mmzone.h static inline struct mem_section *__nr_to_section(unsigned long nr) mem_section 894 include/linux/mmzone.h if (!mem_section[SECTION_NR_TO_ROOT(nr)]) mem_section 896 include/linux/mmzone.h return &mem_section[SECTION_NR_TO_ROOT(nr)][nr & SECTION_ROOT_MASK]; mem_section 939 include/linux/mmzone.h static inline struct mem_section *__pfn_to_section(unsigned long pfn) mem_section 1380 kernel/kexec.c VMCOREINFO_SYMBOL(mem_section); mem_section 1381 kernel/kexec.c VMCOREINFO_LENGTH(mem_section, NR_SECTION_ROOTS); mem_section 1382 kernel/kexec.c VMCOREINFO_STRUCT_SIZE(mem_section); mem_section 1383 kernel/kexec.c VMCOREINFO_OFFSET(mem_section, section_mem_map); mem_section 92 mm/memory_hotplug.c struct mem_section *ms; mem_section 22 mm/sparse.c struct mem_section *mem_section[NR_SECTION_ROOTS] mem_section 25 mm/sparse.c struct mem_section mem_section[NR_SECTION_ROOTS][SECTIONS_PER_ROOT] mem_section 59 mm/sparse.c static struct mem_section noinline __init_refok *sparse_index_alloc(int nid) mem_section 61 mm/sparse.c struct mem_section *section = NULL; mem_section 63 mm/sparse.c sizeof(struct mem_section); mem_section 80 mm/sparse.c struct mem_section *section; mem_section 83 mm/sparse.c if (mem_section[root]) mem_section 95 mm/sparse.c if (mem_section[root]) { mem_section 100 mm/sparse.c mem_section[root] = section; mem_section 120 mm/sparse.c struct mem_section* root; mem_section 187 mm/sparse.c struct mem_section *ms; mem_section 344 mm/sparse.c struct mem_section *ms = __nr_to_section(pnum); mem_section 382 mm/sparse.c struct mem_section *ms = __nr_to_section(pnum); mem_section 578 mm/sparse.c struct mem_section *ms;