Home
last modified time | relevance | path

Searched refs:set_attribute_and_warn (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/core/
Dcgroup.c108 static int set_attribute_and_warn(Unit *u, const char *controller, const char *attribute, const cha… in set_attribute_and_warn() function
960 (void) set_attribute_and_warn(u, "cpu", "cpu.weight", buf); in cgroup_apply_unified_cpu_weight()
972 (void) set_attribute_and_warn(u, "cpu", "cpu.max", buf); in cgroup_apply_unified_cpu_quota()
979 (void) set_attribute_and_warn(u, "cpu", "cpu.shares", buf); in cgroup_apply_legacy_cpu_shares()
988 (void) set_attribute_and_warn(u, "cpu", "cpu.cfs_period_us", buf); in cgroup_apply_legacy_cpu_quota()
992 (void) set_attribute_and_warn(u, "cpu", "cpu.cfs_quota_us", buf); in cgroup_apply_legacy_cpu_quota()
994 (void) set_attribute_and_warn(u, "cpu", "cpu.cfs_quota_us", "-1\n"); in cgroup_apply_legacy_cpu_quota()
1016 (void) set_attribute_and_warn(u, "cpuset", name, buf); in cgroup_apply_unified_cpuset()
1142 (void) set_attribute_and_warn(u, "blkio", "blkio.weight_device", buf); in cgroup_apply_blkio_device_weight()
1159 (void) set_attribute_and_warn(u, "io", "io.latency", buf); in cgroup_apply_io_device_latency()
[all …]