Searched defs:populated (Results 1 - 2 of 2) sorted by relevance
/systemd/src/core/ |
H A D | cgroup.c | 422 /* Changing the devices list of a populated cgroup 768 _cleanup_free_ char *populated = NULL; local 794 r = cg_get_path(SYSTEMD_CGROUP_CONTROLLER, u->cgroup_path, "cgroup.populated", &populated); 798 u->cgroup_inotify_wd = inotify_add_watch(u->manager->cgroup_inotify_fd, populated, IN_MODIFY);
|
/systemd/src/basic/ |
H A D | cgroup-util.c | 1001 /* The root cgroup is always populated */ 1010 _cleanup_free_ char *populated = NULL, *t = NULL; local 1013 * via the "cgroup.populated" attribute. */ 1015 r = cg_get_path(controller, path, "cgroup.populated", &populated); 1019 r = read_one_line_file(populated, &t);
|
Completed in 20 milliseconds