table of contents
other versions
__DEV_ALLOC_PAGE(9) | Linux Networking | __DEV_ALLOC_PAGE(9) |
NAME¶
__dev_alloc_page - allocate a page for network Rx
SYNOPSIS¶
struct page * __dev_alloc_page(gfp_t gfp_mask);
ARGUMENTS¶
gfp_t gfp_mask
allocation priority. Set __GFP_NOMEMALLOC if not for
network Rx
DESCRIPTION¶
Allocate a new page.
NULL is returned if there is no free memory.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |