Struct rd_util::iocost::IoCostSysSave [−][src]
pub struct IoCostSysSave {
pub devnr: (u32, u32),
pub enable: bool,
pub model_ctrl_user: bool,
pub qos_ctrl_user: bool,
pub model: IoCostModelParams,
pub qos: IoCostQoSParams,
}
Expand description
Save /sys/fs/cgroup/io.cost.model,qos and restore them on drop.
Fields
devnr: (u32, u32)
enable: bool
model_ctrl_user: bool
qos_ctrl_user: bool
model: IoCostModelParams
qos: IoCostQoSParams
Implementations
Trait Implementations
Returns the “default value” for a type. Read more