函数逻辑报告 |
Source Code:mm\zpool.c |
Create Date:2022-07-27 18:00:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:zpool_create_pool() - Create a new zpool*@type: The type of the zpool to create (e.g. zbud, zsmalloc)*@name: The name of the zpool (e.g. zram0, zswap)*@gfp: The GFP flags to use when allocating the pool.*@ops: The optional ops callback.
函数原型:struct zpool *zpool_create_pool(const char *type, const char *name, gfp_t gfp, const struct zpool_ops *ops)
返回类型:struct zpool
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | type | |
const char * | name | |
gfp_t | gfp | |
const struct zpool_ops * | ops |
165 | 如果非driver则 |
166 | request_module("zpool-%s", type) |
170 | 如果非driver则 |
176 | 如果非zpool则 |
187 | 如果非pool则 |
196 | 加自旋锁 |
197 | 添加链表项 |
198 | 自旋锁解锁 |
200 | 返回:zpool |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |