Lines Matching refs:CPUSET
38 CPUSET="/dev/cpuset"
123 if [ -e "$CPUSET" ]
125 tst_resm TWARN "$CPUSET already exist.. overwriting"
130 mkdir "$CPUSET"
131 mount -t cgroup -o cpuset cpuset "$CPUSET" 2> /dev/null
135 " cpuset on $CPUSET..Exiting test"
142 grep "$CPUSET" /proc/mounts >/dev/null 2>&1 || {
143 rm -rf "$CPUSET" >/dev/null 2>&1
147 find "$CPUSET" -type d | sort | sed -n '2,$p' | tac | while read subdir
164 umount "$CPUSET"
167 " cpuset on $CPUSET..Exiting test"
169 rmdir "$CPUSET" > /dev/null 2>&1
187 if [ "$path" != "$CPUSET" ]; then