cg_set_attribute  201 src/core/cgroup.c         r = cg_set_attribute("devices", path, "devices.allow", buf);
cg_set_attribute  274 src/core/cgroup.c                 r = cg_set_attribute("devices", path, "devices.allow", buf);
cg_set_attribute  314 src/core/cgroup.c                 r = cg_set_attribute("cpu", path, "cpu.shares", buf);
cg_set_attribute  320 src/core/cgroup.c                 r = cg_set_attribute("cpu", path, "cpu.cfs_period_us", buf);
cg_set_attribute  327 src/core/cgroup.c                         r = cg_set_attribute("cpu", path, "cpu.cfs_quota_us", buf);
cg_set_attribute  329 src/core/cgroup.c                         r = cg_set_attribute("cpu", path, "cpu.cfs_quota_us", "-1");
cg_set_attribute  345 src/core/cgroup.c                         r = cg_set_attribute("blkio", path, "blkio.weight", buf);
cg_set_attribute  359 src/core/cgroup.c                                 r = cg_set_attribute("blkio", path, "blkio.weight_device", buf);
cg_set_attribute  378 src/core/cgroup.c                         r = cg_set_attribute("blkio", path, a, buf);
cg_set_attribute  390 src/core/cgroup.c                         r = cg_set_attribute("memory", path, "memory.limit_in_bytes", buf);
cg_set_attribute  392 src/core/cgroup.c                         r = cg_set_attribute("memory", path, "memory.limit_in_bytes", "-1");
cg_set_attribute  407 src/core/cgroup.c                         r = cg_set_attribute("devices", path, "devices.deny", "a");
cg_set_attribute  409 src/core/cgroup.c                         r = cg_set_attribute("devices", path, "devices.allow", "a");
cg_set_attribute  929 src/core/cgroup.c                 cg_set_attribute("memory", "/", "memory.use_hierarchy", "1");
cg_set_attribute   86 src/shared/cgroup-util.h int cg_set_attribute(const char *controller, const char *path, const char *attribute, const char *value);