Lines Matching full:isolated

88 # If isolated CPUs have been reserved at boot time (as shown in
89 # cpuset.cpus.isolated), these isolated CPUs should be outside of CPUs 0-7
91 # the tests may fail incorrectly. These isolated CPUs will also be removed
94 BOOT_ISOLCPUS=$(cat $CGROUP2/cpuset.cpus.isolated)
98 skip_test "Pre-isolated CPUs ($BOOT_ISOLCPUS) overlap CPUs to be tested"
99 echo "Pre-isolated CPUs: $BOOT_ISOLCPUS"
179 # P<v> = set cpus.partition (0:member, 1:root, 2:isolated)
188 # ISOLCPUS - isolated CPUs (<icpus>[,<icpus2>])
192 # while the second one is for matching cpuset.cpus.isolated.
480 2) VAL=isolated
557 ISCPUS=$DIR/cpuset.cpus.isolated
626 isolated)
632 "isolated invalid"*)
652 # Get isolated (including offline) CPUs by looking at
653 # /sys/kernel/debug/sched/domains and cpuset.cpus.isolated control file,
656 # Note that isolated CPUs from the sched/domains context include offline
657 # CPUs as well as CPUs in non-isolated 1-CPU partition. Those CPUs may
658 # not be included in the cpuset.cpus.isolated control file which contains
659 # only CPUs in isolated partitions as well as those that are isolated at
662 # $1 - expected isolated cpu list(s) <isolcpus1>{,<isolcpus2>}
664 # <isolcpus2> - cpuset.cpus.isolated value = <isolcpus1> if not defined
672 ISCPUS=${CGROUP2}/cpuset.cpus.isolated
687 # Check cpuset.cpus.isolated cpumask
704 # Use the sched domain in debugfs to check isolated CPUs, if available
754 # Check to see if there are unexpected isolated CPUs left beyond the boot
755 # time isolated ones.
769 echo "Unexpected isolated CPUs: $ISOLCPUS"
835 # Compare the expected isolated CPUs with the actual ones,
839 [[ $? -ne 0 ]] && test_fail $I "isolated CPU" \
867 # Testing the new "isolated" partition root type
879 console_msg "Change from root to isolated"
880 test_partition isolated
882 console_msg "Change from isolated to member"
885 console_msg "Change from member to isolated"
886 test_partition isolated
888 console_msg "Change from isolated to root"