Lines Matching refs:cgroup
50 Cpusets use the generic cgroup subsystem described in
62 User level code may create and destroy cpusets by name in the cgroup
122 in the task structure to a reference counted cgroup structure.
152 You should mount the "cgroup" filesystem type in order to enable
167 Each cpuset is represented by a directory in the cgroup file system
168 containing (on top of the standard cgroup files) the following
651 cpuset is bound with another cgroup subsystem which has some restrictions
670 1) mkdir /sys/fs/cgroup/cpuset
671 2) mount -t cgroup -ocpuset cpuset /sys/fs/cgroup/cpuset
673 the /sys/fs/cgroup/cpuset virtual file system.
676 /sys/fs/cgroup/cpuset tasks file for that cpuset.
683 mount -t cgroup -ocpuset cpuset /sys/fs/cgroup/cpuset
684 cd /sys/fs/cgroup/cpuset
719 # mount -t cgroup -o cpuset cpuset /sys/fs/cgroup/cpuset
721 Then under /sys/fs/cgroup/cpuset you can find a tree that corresponds to the
722 tree of the cpusets in the system. For instance, /sys/fs/cgroup/cpuset
725 If you want to create a new cpuset under /sys/fs/cgroup/cpuset:
726 # cd /sys/fs/cgroup/cpuset
734 cgroup.clone_children cpuset.memory_pressure
735 cgroup.event_control cpuset.memory_spread_page
736 cgroup.procs cpuset.memory_spread_slab
770 wrapper around the cgroup filesystem.
774 mount -t cpuset X /sys/fs/cgroup/cpuset
778 mount -t cgroup -ocpuset,noprefix X /sys/fs/cgroup/cpuset
779 echo "/sbin/cpuset_release_agent" > /sys/fs/cgroup/cpuset/release_agent