Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh799 ISOLCPUS=$(cat $ISCPUS)
828 [[ "$EXPECTED_ISOLCPUS" != "$ISOLCPUS" ]] && {
831 ISOLCPUS=$(cat $ISCPUS)
833 [[ "$EXPECTED_ISOLCPUS" != "$ISOLCPUS" ]] && return 1
834 ISOLCPUS=
848 ISOLCPUS=$CPU
852 echo $ISOLCPUS | grep -q "\<$LASTISOLCPU\$"
855 ISOLCPUS=${ISOLCPUS}-
859 if [[ $ISOLCPUS = *- ]]
861 ISOLCPUS=${ISOLCPUS}$LASTISOLCPU
[all …]