函数逻辑报告 |
Source Code:block\blk-cgroup.c |
Create Date:2022-07-27 19:14:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lkg_free - free a blkg*@blkg: blkg to free* Free @blkg which may be partially allocated.
函数原型:static void blkg_free(struct blkcg_gq *blkg)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct blkcg_gq * | blkg |
76 | 如果非blkg则返回 |
79 | 以i小于Maximum number of blkcg policies allowed to be registered concurrently.* Defined here to simplify include dependency.循环如果pd[i]则 |
81 | pd_free_fn(pd[i]) |
83 | 释放内存 |
85 | 释放内存 |
名称 | 描述 |
---|---|
__blkg_release | |
blkg_alloc | lkg_alloc - allocate a blkg*@blkcg: block cgroup the new blkg is associated with*@q: request_queue the new blkg is associated with*@gfp_mask: allocation mask to use* Allocate a new blkg assocating @blkcg and @q. |
blkg_create | If @new_blkg is %NULL, this function tries to allocate a new one as* necessary using %GFP_NOWAIT. @new_blkg is always consumed on return. |
blkg_conf_prep | lkg_conf_prep - parse and prepare for per-blkg config update*@blkcg: target block cgroup*@pol: target policy*@input: input string*@ctx: blkg_conf_ctx to be filled* Parse per-blkg config update from @input and initialize @ctx with the* result |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |