Searched defs:section (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dmm.h587 * plenty of space for node and section. The last is when
626 * Define the bit shifts to access each section. For non-existent
664 * identifying a zone since we could be using a the section number
698 static inline void set_page_section(struct page *page, unsigned long section) argument
701 page->flags |= (section & SECTIONS_MASK) << SECTIONS_PGSHIFT;
H A Dmmzone.h966 * SECTION_SHIFT #bits space required to store a section #
968 * PA_SECTION_SHIFT physical address to/from section number
969 * PFN_SECTION_SHIFT pfn to/from section number
1003 * the location of the section here to guide allocation.
1016 * section. (see memcontrol.h/page_cgroup.h about this.)
1059 static inline struct page *__section_mem_map_addr(struct mem_section *section) argument
1061 unsigned long map = section->section_mem_map;
1066 static inline int present_section(struct mem_section *section) argument
1068 return (section && (section
1076 valid_section(struct mem_section *section) argument
[all...]

Completed in 51 milliseconds