函数逻辑报告 |
Source Code:include\linux\genalloc.h |
Create Date:2022-07-27 07:53:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:gen_pool_add - add a new chunk of special memory to the pool*@pool: pool to add new memory chunk to*@addr: starting address of memory chunk to add to pool*@size: size in bytes of the memory chunk to add to pool*@nid: node id of the node the chunk
函数原型:static inline int gen_pool_add(struct gen_pool *pool, unsigned long addr, size_t size, int nid)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct gen_pool * | pool | |
unsigned long | addr | |
size_t | size | |
int | nid |
122 | 返回:gen_pool_add_virt(pool, addr, - 1, size, nid) |
名称 | 描述 |
---|---|
mce_gen_pool_create |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |