Lines Matching refs:CPUSET
58 CPUSET="/dev/cpuset"
157 if [ -e "$CPUSET" ]
159 tst_resm TWARN "$CPUSET already exist.. overwriting"
164 mkdir "$CPUSET"
165 mount -t cgroup -o cpuset cpuset "$CPUSET" 2> /dev/null
169 " cpuset on $CPUSET..Exiting test"
179 grep "$CPUSET" /proc/mounts >/dev/null 2>&1 || {
180 rm -rf "$CPUSET" >/dev/null 2>&1
187 find "$CPUSET" -type d | sort | sed -n '2,$p' | tac | while read -r subdir
204 umount "$CPUSET"
207 " cpuset on $CPUSET..Exiting test"
209 rmdir "$CPUSET" > /dev/null 2>&1
227 if [ "$path" != "$CPUSET" ]; then