Searched refs:is_root_slice (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dcgroup.c1048 bool is_root_slice; local
1057 is_root_slice = unit_has_name(u, SPECIAL_ROOT_SLICE);
1059 r = cg_trim_everywhere(u->manager->cgroup_supported, u->cgroup_path, !is_root_slice);
1065 if (is_root_slice)

Completed in 14 milliseconds