Lines Matching full:page
17 #include <asm/page.h>
136 * ZONE_HIGHMEM > 896 MB only page cache and user processes
140 /* Fields commonly accessed by the page allocator */
175 /* Fields commonly accessed by the page reclaim scanner */
198 * We use prev_priority as a measure of how much stress page reclaim is
221 * waiting for a page to become available and make them
225 * per-page waitqueues, we use a waitqueue hash table.
229 * When something wakes, it must check to be sure its page is
301 * Memory statistics and page replacement data structures are maintained on a
310 struct page *node_mem_map;
325 unsigned long node_spanned_pages; /* total size of physical page
474 * with 32 bit page->flags field, we reserve 9 bits for node/zone info.
524 struct page;
576 static inline struct page *__section_mem_map_addr(struct mem_section *section)
580 return (struct page *)map;