Lines Matching full:effective
26 CPULIST=$(cat $CGROUP2/cpuset.cpus.effective)
149 ACTUAL_VAL=$(cat cpuset.cpus.effective)
151 echo "cpuset.cpus.effective: expect '$EXPECTED_VAL', found '$ACTUAL_VAL'"
186 # ECPUs - effective CPUs of cpusets
292 # cpus.exclusive.effective clearing test
389 # affect cpuset.cpus.exclusive.effective.
535 # Return 1 if the list of effective cpus isn't the same as the initial list.
552 ECPUS=$DIR/cpuset.cpus.effective
554 XECPUS=$DIR/cpuset.cpus.exclusive.effective
569 # Check effective cpus
583 FILE=cpuset.cpus.exclusive.effective
585 FILE=cpuset.cpus.effective
643 DOMS=$(cat $CGRP_DIR/cpuset.cpus.effective)
827 [[ $? -ne 0 ]] && test_fail $I "effective CPU"
844 # Check to see if effective cpu list changes
846 NEWLIST=$(cat cpuset.cpus.effective)
853 NEWLIST=$(cat cpuset.cpus.effective)
856 echo "Effective cpus changed to $NEWLIST after test $I!"