Suppose on Ubuntu 22.04, RHEL9 or Centos 9 Stream I have cgroup v2 turned off using systemd.unified_cgroup_hierarchy=0 boot option. So I have only cgroup v1 and I want to mount cpu subsystem. The problem is that I can do it for cpu,cpuacct, blkio, etc. subsystems. But it does not work for cpu subsystem.
I get Device or resource busy error when mounting cpu subsystem. What is the problem and what is the cpu,cpuacct? I have searched everywhere but cannot find it.
# mount -t cgroup -o cpu none tmp0
mount: /root/tmp0: none already mounted on <... does not matter really ...>.
The output of cat /proc/cgroups is
#subsys_name hierarchy num_cgroups enabled
cpuset 4 1 1
cpu 3 2 1
cpuacct 3 2 1
blkio 10 2 1
...
Here is the contents of /sys/fs/cgroup:
Here is the mounted cgroup* points:

