Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbus-unit-procs.c27 static int add_cgroup(Hashmap *cgroups, const char *path, bool is_const, struct CGroupInfo **ret) { in add_cgroup() function
51 r = add_cgroup(cgroups, pp, false, &parent); in add_cgroup()
103 r = add_cgroup(cgroups, path, true, &cg); in add_process()