Struct cgroups_rs::rdma::RdmaController [−][src]
pub struct RdmaController { /* fields omitted */ }
Expand description
A controller that allows controlling the rdma
subsystem of a Cgroup.
In essence, using this controller one can limit the RDMA/IB specific resources that the tasks in the control group can use.
Implementations
Constructs a new RdmaController
with root
serving as the root of the control group.
Returns the current usage of RDMA/IB specific resources.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for RdmaController
impl Send for RdmaController
impl Sync for RdmaController
impl Unpin for RdmaController
impl UnwindSafe for RdmaController
Blanket Implementations
Mutably borrows from an owned value. Read more
Apply a set of resources to the Controller, invoking its internal functions to pass the kernel the information.
Attach a task to this controller by thread group id.