函数逻辑报告 |
Source Code:include\linux\mm.h |
Create Date:2022-07-27 06:44:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:want_init_on_alloc
函数原型:static inline bool want_init_on_alloc(gfp_t flags)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
gfp_t | flags |
2644 | 如果static_branch_unlikely( & init_on_alloc)且非page_poisoning_enabled()则返回:true |
2647 | 返回:flags按位与__GFP_ZERO |
名称 | 描述 |
---|---|
report_meminit | Report memory auto-initialization states for this boot. |
prep_new_page | |
dma_pool_alloc | dma_pool_alloc - get a block of consistent memory*@pool: dma pool that will produce the block*@mem_flags: GFP_* bitmask*@handle: pointer to dma address of block* Return: the kernel virtual address of a currently unused block, |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |