函数逻辑报告 |
Source Code:lib\genalloc.c |
Create Date:2022-07-27 07:54:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:gen_pool_create - create a new special memory pool*@min_alloc_order: log base 2 of number of bytes each bitmap bit represents*@nid: node id of the node the pool structure should be allocated on, or -1* Create a new special memory pool that can be used to
函数原型:struct gen_pool *gen_pool_create(int min_alloc_order, int nid)
返回类型:struct gen_pool
参数:
类型 | 参数 | 名称 |
---|---|---|
int | min_alloc_order | |
int | nid |
155 | pool等于kmalloc_node(sizeof(structgen_pool), GFP_KERNEL, nid) |
156 | 如果(pool != NULL)则 |
164 | 返回:pool |
名称 | 描述 |
---|---|
devm_gen_pool_create | devm_gen_pool_create - managed gen_pool_create*@dev: device that provides the gen_pool*@min_alloc_order: log base 2 of number of bytes each bitmap bit represents*@nid: node selector for allocated gen_pool, %NUMA_NO_NODE for all nodes*@name: name of a |
mce_gen_pool_create |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |