Lines Matching full:rdma
3 * RDMA resource limiting controller for cgroups.
6 * additional RDMA resources after a certain limit is reached.
22 * and rdma device list.
42 /* resource tracker for each resource of rdma cgroup */
152 * uncharge_cg_locked - uncharge resource for rdma cgroup
172 * if there a bug in IB stack or rdma controller, instead of crashing in uncharge_cg_locked()
176 pr_warn("Invalid device %p or rdma cgroup %p\n", cg, device); in uncharge_cg_locked()
184 * it indicates a bug in the rdma controller. in uncharge_cg_locked()
199 * rdmacg_uncharge_hierarchy - hierarchically uncharge rdma resource count
224 * rdmacg_uncharge - hierarchically uncharge rdma resource count
241 * rdmacg_try_charge - hierarchically try to charge the rdma resource
242 * @rdmacg: pointer to rdma cgroup which will own this resource
309 * rdmacg_register_device - register rdmacg device to rdma controller.
312 * If IB stack wish a device to participate in rdma cgroup resource
313 * tracking, it must invoke this API to register with rdma cgroup before
314 * any user space application can start using the RDMA resources.
328 * rdmacg_unregister_device - unregister rdmacg device from rdma controller.
329 * @device: pointer to rdmacg device which was previously registered with rdma