Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\skbuff.h Create Date:2022-07-28 05:52:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dev_alloc_pages

Proto:static inline struct page *dev_alloc_pages(unsigned int order)

Type:struct page

Parameter:

TypeParameterName
unsigned intorder
2859  Return __dev_alloc_pages - allocate page for network Rx*@gfp_mask: allocation priority. Set __GFP_NOMEMALLOC if not for network Rx*@order: size of the allocation* Allocate a new page.* %NULL is returned if there is no free memory.