table of contents
other versions
__DEV_ALLOC_PAGES(9) | Linux Networking | __DEV_ALLOC_PAGES(9) |
NAME¶
__dev_alloc_pages - allocate page for network RxSYNOPSIS¶
struct page * __dev_alloc_pages(gfp_t gfp_mask, unsigned int order);
ARGUMENTS¶
gfp_t gfp_maskallocation priority. Set __GFP_NOMEMALLOC if not for
network Rx
unsigned int order
size of the allocation
DESCRIPTION¶
Allocate a new page.NULL is returned if there is no free memory.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |