Lines Matching refs:p_list
415 struct linked_page *p_list; /* list of pages used to store zone
711 bm->p_list = ca.chain;
718 bm->p_list = ca.chain;
734 free_list_of_pages(bm->p_list, clear_nosave_free);
977 struct linked_page *p_list;
982 p_list = bm->p_list;
983 while (p_list) {
984 struct linked_page *lp = p_list;
986 p_list = lp->next;