MCPcopy Create free account
hub / github.com/apache/mesos / Value

Class Value

src/linux/cgroups.hpp:462–469  ·  view source on GitHub ↗

Entry for a blkio file. The format of each entry can either be: 1. 2. 3. 4. For details: https://www.kernel.org/doc/Documentation/cgroup-v1/blkio-controller.txt

Source from the content-addressed store, hash-verified

460// For details:
461// https://www.kernel.org/doc/Documentation/cgroup-v1/blkio-controller.txt
462struct Value
463{
464 Option<Device> device;
465 Option<Operation> op;
466 uint64_t value;
467
468 static Try<Value> parse(const std::string& s);
469};
470
471
472namespace cfq {

Callers 3

TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40