Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dcgroup-util.h214 int cg_set_attribute(const char *controller, const char *path, const char *attribute, const char *v…
Dcgroup-util.c1715 int cg_set_attribute(const char *controller, const char *path, const char *attribute, const char *v… in cg_set_attribute() function
/systemd-251/src/core/
Dcgroup.c111 r = cg_set_attribute(controller, u->cgroup_path, attribute, value); in set_attribute_and_warn()
1091 r = cg_set_attribute(controller, u->cgroup_path, p, buf); in set_bfq_weight()
1121 r2 = cg_set_attribute("io", u->cgroup_path, "io.weight", buf); in cgroup_apply_io_device_weight()
1263 r = cg_set_attribute("devices", path, "devices.deny", "a"); in cgroup_apply_devices()
1265 r = cg_set_attribute("devices", path, "devices.allow", "a"); in cgroup_apply_devices()
3477 (void) cg_set_attribute("memory", "/", "memory.use_hierarchy", "1"); in manager_setup_cgroup()
Dbpf-devices.c365 r = cg_set_attribute("devices", path, "devices.allow", buf); in allow_list_device_pattern()