Function report |
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 activity | Download SCCT | Chinese |
Name:__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.
Proto:static inline struct page *__dev_alloc_pages(gfp_t gfp_mask, unsigned int order)
Type:struct page
Parameter:
Type | Parameter | Name |
---|---|---|
gfp_t | gfp_mask | |
unsigned int | order |
2852 | gfp_mask |= __GFP_COMP | __GFP_MEMALLOC |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |