Lines Matching full:resource
33 Therefore RDMA controller is needed through which resource consumption
41 resource accounting per cgroup, per device using resource pool structure.
42 Each such resource pool is limited up to 64 resources in given resource pool
45 This resource pool object is linked to the cgroup css. Typically there
46 are 0 to 4 resource pool instances per cgroup, per device in most use cases.
54 to other cgroup without major complexity of transferring resource ownership;
60 Whenever RDMA resource charging occurs, owner rdma cgroup is returned to
61 the caller. Same rdma cgroup should be passed while uncharging the resource.
62 This also allows process migrated with active RDMA resource to charge
63 to new owner cgroup for new resource. It also allows to uncharge resource of
67 Resource pool object is created in following situations.
68 (a) User sets the limit and no previous resource pool exist for the device
70 (b) No resource limits were configured, but IB/RDMA stack tries to
71 charge the resource. So that it correctly uncharge them when applications are
75 Resource pool is destroyed if all the resource limits are set to max and
76 it is the last resource getting deallocated.
79 the resource pool for a particular device.
82 query about maximum resource limits of IB device, it returns minimum of
96 (a) Configure resource limit::
101 (b) Query resource limit::
115 (d) Delete resource limit::