Lines Matching refs:mount
203 comma-separated list of subsystems to mount as the filesystem mount
205 mount a hierarchy containing all registered subsystems.
208 exists, it will be reused for the new mount. If no existing hierarchy
210 hierarchy, the mount will fail with -EBUSY. Otherwise, a new hierarchy
290 supplying the pathname (relative to the mount point of the cgroup
311 1) mount -t tmpfs cgroup_root /sys/fs/cgroup
313 3) mount -t cgroup -ocpuset cpuset /sys/fs/cgroup/cpuset
325 mount -t tmpfs cgroup_root /sys/fs/cgroup
327 mount -t cgroup cpuset -ocpuset /sys/fs/cgroup/cpuset
348 To mount a cgroup hierarchy with all available subsystems, type:
349 # mount -t cgroup xxx /sys/fs/cgroup
360 resources you want to control. Therefore, you should mount a tmpfs on
364 # mount -t tmpfs cgroup_root /sys/fs/cgroup
367 To mount a cgroup hierarchy with just the cpuset and memory
369 # mount -t cgroup -o cpuset,memory hier1 /sys/fs/cgroup/rg1
379 # mount -t cgroup -o cpuset,release_agent="/sbin/cpuset_release_agent" \