alloc_pages
alloc_pages((var).pv_pa, (np)); \
alloc_pages(systempage.pv_pa, 1);
alloc_pages(msgbufphys, round_page(MSGBUFSIZE) / PAGE_SIZE);
if ((int) temp > bktr->alloc_pages
bktr->alloc_pages = temp;
bktr->alloc_pages = BROOKTREE_ALLOC_PAGES;
bktr->alloc_pages = 0;
if ((u_int) bktr->alloc_pages * PAGE_SIZE
if (offset >= bktr->alloc_pages * PAGE_SIZE)
int alloc_pages; /* number of pages in bigbuf */
p = alloc_pages(gfp_flags, order);
page = alloc_pages(gfp | (order ? QUIET : MAYFAIL),
page = alloc_pages(GFP | __GFP_ZERO, order);
struct vm_page *alloc_pages(unsigned int, unsigned int);
return alloc_pages(gfp_mask, 0);