Lines Matching refs:linked_page
152 /* struct linked_page is used to build chains of pages */
156 struct linked_page {
157 struct linked_page *next;
166 static struct linked_page *safe_pages_list;
241 struct linked_page *lp = page_address;
270 static inline void free_list_of_pages(struct linked_page *list,
274 struct linked_page *lp = list->next;
294 struct linked_page *chain; /* the chain */
315 struct linked_page *lp;
415 struct linked_page *p_list; /* list of pages used to store zone
977 struct linked_page *p_list;
984 struct linked_page *lp = p_list;
2627 struct linked_page *lp;
2690 lp = (struct linked_page *)get_zeroed_page(GFP_ATOMIC);