Home
last modified time | relevance | path

Searched refs:CPUSET (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_v1_hp.sh17 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/$TDIR
25 echo 1 > $CPUSET/$TDIR/cpuset.cpus
26 echo 0 > $CPUSET/$TDIR/cpuset.mems
29 echo $TASK > $CPUSET/$TDIR/tasks
40 rmdir $CPUSET/$TDIR
H A Dtest_cpuset_v1_base.sh30 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/$TDIR
67 write_test "$CPUSET" "${args[0]}" "${args[1]}" "${args[2]}"
70 write_test "$CPUSET/$TDIR" "${args[0]}" "${args[1]}" "${args[2]}"
75 rmdir $CPUSET/$TDIR
/linux/
H A DMAINTAINERS5859 CONTROL GROUP - CPUSET