Lines Matching refs:linked_page
123 struct linked_page { struct
124 struct linked_page *next; argument
133 static struct linked_page *safe_pages_list; argument
208 struct linked_page *lp = page_address; in recycle_safe_page()
237 static inline void free_list_of_pages(struct linked_page *list, in free_list_of_pages()
241 struct linked_page *lp = list->next; in free_list_of_pages()
261 struct linked_page *chain; /* the chain */
282 struct linked_page *lp; in chain_alloc()
381 struct linked_page *p_list; /* list of pages used to store zone
923 struct linked_page *p_list; in memory_bm_recycle()
930 struct linked_page *lp = p_list; in memory_bm_recycle()
2450 struct linked_page *lp; in prepare_image()
2495 lp = (struct linked_page *)get_zeroed_page(GFP_ATOMIC); in prepare_image()