Searched refs:CPUSET (Results 1 – 3 of 3) sorted by relevance
17 CPUSET=$(mount -t cgroup | grep cpuset | head -1 | awk -e '{print $3}')18 [[ -n "$CPUSET" ]] || skip_test "cpuset v1 mount point not found!"24 [[ -d $CPUSET/$TDIR ]] || mkdir $CPUSET/$TDIR25 echo 1 > $CPUSET/$TDIR/cpuset.cpus26 echo 0 > $CPUSET/$TDIR/cpuset.mems29 echo $TASK > $CPUSET/$TDIR/tasks40 rmdir $CPUSET/$TDIR
30 CPUSET=$(mount -t cgroup | grep cpuset | head -1 | awk '{print $3}')31 [[ -n "$CPUSET" ]] || skip_test "cpuset v1 mount point not found!"37 [[ -d $CPUSET/$TDIR ]] || mkdir $CPUSET/$TDIR67 write_test "$CPUSET" "${args[0]}" "${args[1]}" "${args[2]}"70 write_test "$CPUSET/$TDIR" "${args[0]}" "${args[1]}" "${args[2]}"75 rmdir $CPUSET/$TDIR
5859 CONTROL GROUP - CPUSET