Lines Matching refs:unified_requested
48 int chown_cgroup(pid_t pid, CGroupUnified unified_requested, uid_t uid_shift) { in chown_cgroup() argument
64 …if (unified_requested == CGROUP_UNIFIED_SYSTEMD || (unified_requested == CGROUP_UNIFIED_NONE && cg… in chown_cgroup()
80 int sync_cgroup(pid_t pid, CGroupUnified unified_requested, uid_t uid_shift) { in sync_cgroup() argument
90 if ((unified_controller > 0) == (unified_requested >= CGROUP_UNIFIED_SYSTEMD)) in sync_cgroup()
144 int create_subcgroup(pid_t pid, bool keep_unit, CGroupUnified unified_requested) { in create_subcgroup() argument
295 CGroupUnified unified_requested, in mount_legacy_cgns_supported() argument
382 if (unified_requested >= CGROUP_UNIFIED_SYSTEMD) { in mount_legacy_cgns_supported()
402 CGroupUnified unified_requested, in mount_legacy_cgns_unsupported() argument
491 if (unified_requested >= CGROUP_UNIFIED_SYSTEMD) { in mount_legacy_cgns_unsupported()
534 CGroupUnified unified_requested, in mount_cgroups() argument
541 if (unified_requested >= CGROUP_UNIFIED_ALL) in mount_cgroups()
544 …return mount_legacy_cgns_supported(dest, unified_requested, userns, uid_shift, uid_range, selinux_… in mount_cgroups()
546 …return mount_legacy_cgns_unsupported(dest, unified_requested, userns, uid_shift, uid_range, selinu… in mount_cgroups()
567 CGroupUnified unified_requested) { in mount_systemd_cgroup_writable() argument
583 if (unified_requested >= CGROUP_UNIFIED_ALL) { in mount_systemd_cgroup_writable()
590 if (unified_requested >= CGROUP_UNIFIED_SYSTEMD) { in mount_systemd_cgroup_writable()