Lines Matching refs:cpuset
113 CPU : "Top cpuset"
301 This flag only affects the cpuset controller. If the clone_children
302 flag is enabled (1) in a cgroup, a new cpuset cgroup will copy its
309 the "cpuset" cgroup subsystem, the steps are something like:
312 2) mkdir /sys/fs/cgroup/cpuset
313 3) mount -t cgroup -ocpuset cpuset /sys/fs/cgroup/cpuset
315 the /sys/fs/cgroup/cpuset virtual file system.
318 /sys/fs/cgroup/cpuset tasks file for that cgroup.
326 mkdir /sys/fs/cgroup/cpuset
327 mount -t cgroup cpuset -ocpuset /sys/fs/cgroup/cpuset
328 cd /sys/fs/cgroup/cpuset
331 /bin/echo 2-3 > cpuset.cpus
332 /bin/echo 1 > cpuset.mems
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" \