Lines Matching refs:cpuset
3 # functions for cpuset test
58 CPUSET="/dev/cpuset"
60 CLONE_CHILDREN="/dev/cpuset/cgroup.clone_children"
63 SCHED_LB="/dev/cpuset/cpuset.sched_load_balance"
118 CPUSET_CONTROLLER=`grep -w cpuset /proc/cgroups | cut -f1`
119 CPUSET_CONTROLLER_VALUE=`grep -w cpuset /proc/cgroups | cut -f4`
121 if [ "$CPUSET_CONTROLLER" = "cpuset" ] && [ "$CPUSET_CONTROLLER_VALUE" = "1" ]
153 # Create /dev/cpuset & mount the cgroup file system with cpuset
165 mount -t cgroup -o cpuset cpuset "$CPUSET" 2> /dev/null
169 " cpuset on $CPUSET..Exiting test"
194 "$pid in the cpuset"
200 "$subdir in the cpuset"
207 " cpuset on $CPUSET..Exiting test"
213 # set the cpuset's parameter
229 /bin/echo $cpus > $path/cpuset.cpus
235 /bin/echo $mems > $path/cpuset.mems
241 /bin/echo $load_balance > $path/cpuset.sched_load_balance