Searched refs:linked_page (Results 1 – 1 of 1) sorted by relevance
152 /* struct linked_page is used to build chains of pages */156 struct linked_page { struct 157 struct linked_page *next; argument 166 static struct linked_page *safe_pages_list; argument 241 struct linked_page *lp = page_address; in recycle_safe_page() 270 static inline void free_list_of_pages(struct linked_page *list, in free_list_of_pages() 274 struct linked_page *lp = list->next; in free_list_of_pages() 294 struct linked_page *chain; /* the chain */315 struct linked_page *lp; in chain_alloc() 415 struct linked_page *p_lis[all...]