Function report |
Source Code:include\linux\gfp.h |
Create Date:2022-07-28 05:37:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__alloc_pages
Proto:static inline struct page *__alloc_pages(gfp_t gfp_mask, unsigned int order, int preferred_nid)
Type:struct page
Parameter:
Type | Parameter | Name |
---|---|---|
gfp_t | gfp_mask | |
unsigned int | order | |
int | preferred_nid |
496 | Return __alloc_pages_nodemask(gfp_mask, order, preferred_nid, NULL) |
Name | Describe |
---|---|
alloc_page_interleave | Allocate a page in interleaved policy.Own path because it needs to do special accounting. |
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 |