函数逻辑报告 |
Source Code:kernel\cgroup\rdma.c |
Create Date:2022-07-27 12:17:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dmacg_uncharge_hierarchy - hierarchically uncharge rdma resource count*@device: pointer to rdmacg device*@stop_cg: while traversing hirerchy, when meet with stop_cg cgroup* stop uncharging*@index: index of the resource to uncharge in cg in given resource
函数原型:static void rdmacg_uncharge_hierarchy(struct rdma_cgroup *cg, struct rdmacg_device *device, struct rdma_cgroup *stop_cg, enum rdmacg_resource_type index)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rdma_cgroup * | cg | |
struct rdmacg_device * | device | |
struct rdma_cgroup * | stop_cg | |
enum rdmacg_resource_type | index |
212 | mutex_lock( & Protects list of resource pools maintained on per cgroup basis* and rdma device list.) |
219 | 设置一个css引用 |
名称 | 描述 |
---|---|
rdmacg_uncharge | dmacg_uncharge - hierarchically uncharge rdma resource count*@device: pointer to rdmacg device*@index: index of the resource to uncharge in cgroup in given resource pool |
rdmacg_try_charge | dmacg_try_charge - hierarchically try to charge the rdma resource*@rdmacg: pointer to rdma cgroup which will own this resource*@device: pointer to rdmacg device*@index: index of the resource to charge in cgroup (resource pool) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |