Searched refs:linux_alloc_pages (Results 1 – 2 of 2) sorted by relevance
95 extern vm_page_t linux_alloc_pages(gfp_t flags, unsigned int order);102 return (linux_alloc_pages(flags, 0)); in alloc_page()109 return (linux_alloc_pages(flags, order)); in alloc_pages()116 return (linux_alloc_pages(flags, order)); in alloc_pages_node()
99 linux_alloc_pages(gfp_t flags, unsigned int order) in linux_alloc_pages() function