Lines Matching refs:target_mask
818 CGroupMask target_mask,
845 r = cg_create_everywhere(u->manager->cgroup_supported, target_mask, u->cgroup_path);
859 u->cgroup_realized_mask = target_mask;
889 static bool unit_has_mask_realized(Unit *u, CGroupMask target_mask) {
892 return u->cgroup_realized && u->cgroup_realized_mask == target_mask;
902 CGroupMask target_mask, enable_mask;
912 target_mask = unit_get_target_mask(u);
913 if (unit_has_mask_realized(u, target_mask))
925 r = unit_create_cgroup(u, target_mask, enable_mask);
930 cgroup_context_apply(unit_get_cgroup_context(u), target_mask, u->cgroup_path, state);