Searched refs:cg_get_attribute (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/basic/ |
D | limits-util.c | 45 r = cg_get_attribute("memory", root, "memory.max", &value); in physical_memory() 59 r = cg_get_attribute("memory", root, "memory.limit_in_bytes", &value); in physical_memory()
|
D | cgroup-util.h | 215 int cg_get_attribute(const char *controller, const char *path, const char *attribute, char **ret);
|
D | cgroup-util.c | 1726 int cg_get_attribute(const char *controller, const char *path, const char *attribute, char **ret) { in cg_get_attribute() function 1744 r = cg_get_attribute(controller, path, attribute, &value); in cg_get_attribute_as_uint64() 1769 r = cg_get_attribute(controller, path, attribute, &value); in cg_get_attribute_as_bool()
|
/systemd-251/src/core/ |
D | cgroup.c | 4211 r = cg_get_attribute("cpuset", u->cgroup_path, name, &v); in unit_get_cpuset()
|