1__DEV_ALLOC_PAGES(9)           Linux Networking           __DEV_ALLOC_PAGES(9)
2
3
4

NAME

6       __dev_alloc_pages - allocate page for network Rx
7

SYNOPSIS

9       struct page * __dev_alloc_pages(gfp_t gfp_mask, unsigned int order);
10

ARGUMENTS

12       gfp_mask
13           allocation priority. Set __GFP_NOMEMALLOC if not for network Rx
14
15       order
16           size of the allocation
17

DESCRIPTION

19       Allocate a new page.
20
21       NULL is returned if there is no free memory.
22
24Kernel Hackers Manual 3.10         June 2019              __DEV_ALLOC_PAGES(9)
Impressum