Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbus-unit-procs.c16 bool is_const; /* If false, cgroup_path should be free()'d */ member
27 static int add_cgroup(Hashmap *cgroups, const char *path, bool is_const, struct CGroupInfo **ret) { in add_cgroup() argument
60 if (is_const) in add_cgroup()
70 cg->is_const = is_const; in add_cgroup()
75 if (!is_const) in add_cgroup()
119 if (!cg->is_const) in remove_cgroup()