Lines Matching full:effective
26 CPULIST=$(cat $CGROUP2/cpuset.cpus.effective)
127 ACTUAL_VAL=$(cat cpuset.cpus.effective)
129 echo "cpuset.cpus.effective: expect '$EXPECTED_VAL', found '$ACTUAL_VAL'"
256 # cpus.exclusive.effective clearing test
489 # Return 1 if the list of effective cpus isn't the same as the initial list.
506 ECPUS=$DIR/cpuset.cpus.effective
508 XECPUS=$DIR/cpuset.cpus.exclusive.effective
523 # Check effective cpus
537 FILE=cpuset.cpus.exclusive.effective
539 FILE=cpuset.cpus.effective
762 [[ $? -ne 0 ]] && test_fail $I "effective CPU"
779 # Check to see if effective cpu list changes
781 NEWLIST=$(cat cpuset.cpus.effective)
788 NEWLIST=$(cat cpuset.cpus.effective)
791 echo "Effective cpus changed to $NEWLIST after test $I!"