Function report |
Source Code:kernel\cgroup\rdma.c |
Create Date:2022-07-28 11:14:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:static void rdmacg_uncharge_hierarchy(struct rdma_cgroup *cg, struct rdmacg_device *device, struct rdma_cgroup *stop_cg, enum rdmacg_resource_type index)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
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.) |
Name | Describe |
---|---|
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) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |