linked_page
struct linked_page *next;
static struct linked_page *safe_pages_list;
struct linked_page *lp = page_address;
struct linked_page *lp;
lp = (struct linked_page *)get_zeroed_page(GFP_ATOMIC);
static inline void free_list_of_pages(struct linked_page *list,
struct linked_page *lp = list->next;
struct linked_page *chain; /* the chain */
struct linked_page *lp;
struct linked_page *p_list; /* list of pages used to store zone
struct linked_page *p_list;
struct linked_page *lp = p_list;