Lines Matching defs:unified
545 * Note that on the unified hierarchy it is safe to delegate
636 * useful for the unified cgroup hierarchy, where each cgroup
779 /* Only applies to the unified hierarchy */
782 return log_unit_error_errno(u, r, "Failed detect wether the unified hierarchy is used: %m");
1177 if (cg_unified() > 0) /* On unified we can use proper notifications */
1250 int r, unified;
1287 unified = cg_unified();
1288 if (unified < 0)
1289 return log_error_errno(r, "Couldn't determine if we are running in the unified hierarchy: %m");
1290 if (unified > 0)
1299 if (unified) {
1301 /* In the unified hierarchy we can can get
1357 if (!unified)