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

/systemd/src/nspawn/
H A Dnspawn-cgroup.c72 int unified, r; local
74 unified = cg_unified();
75 if (unified < 0)
76 return log_error_errno(unified, "Failed to determine whether the unified hierachy is used: %m");
78 if ((unified > 0) == unified_requested)
82 * container shall use the unified hierarchy, let's make sure
84 * unified hierarchy. Similar for the reverse situation. */
90 /* In order to access the unified hierarchy we need to mount it */
92 return log_error_errno(errno, "Failed to generate temporary mount point for unified hierarch
124 int unified, r; local
[all...]
/systemd/src/basic/
H A Dcgroup-util.c523 int unified, r; local
552 unified = cg_unified();
553 if (unified < 0)
554 return unified;
556 if (unified > 0)
568 int unified; local
573 * i.e. its hierarchy mounted. In the unified hierarchy all
580 unified = cg_unified();
581 if (unified < 0)
582 return unified;
780 int r, unified; local
817 int unified; local
894 int r, unified; local
947 int r, unified; local
997 int unified, r; local
1842 int r, unified; local
1878 int r, unified; local
1928 int r = 0, unified; local
1963 int r, unified; local
1989 int r, unified; local
2149 int r, unified; local
2191 int r, unified; local
[all...]
/systemd/src/core/
H A Dcgroup.c545 * 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; local
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 >
[all...]

Completed in 867 milliseconds