Lines Matching full:isolated
157 # P<v> = set cpus.partition (0:member, 1:root, 2:isolated)
434 2) VAL=isolated
511 ISCPUS=$DIR/cpuset.cpus.isolated
579 isolated)
585 "isolated invalid"*)
595 # Get isolated (including offline) CPUs by looking at
596 # /sys/kernel/debug/sched/domains and cpuset.cpus.isolated control file,
599 # Note that isolated CPUs from the sched/domains context include offline
600 # CPUs as well as CPUs in non-isolated 1-CPU partition. Those CPUs may
601 # not be included in the cpuset.cpus.isolated control file which contains
602 # only CPUs in isolated partitions.
604 # $1 - expected isolated cpu list(s) <isolcpus1>{,<isolcpus2>}
606 # <isolcpus2> - cpuset.cpus.isolated value = <isolcpus1> if not defined
614 ISCPUS=${CGROUP2}/cpuset.cpus.isolated
629 # Check the debug isolated cpumask, if present
643 # Use the sched domain in debugfs to check isolated CPUs, if available
690 # Check to see if there are unexpected isolated CPUs left
704 echo "Unexpected isolated CPUs: $ISOLCPUS"
770 # Compare the expected isolated CPUs with the actual ones,
774 [[ $? -ne 0 ]] && test_fail $I "isolated CPU" \
802 # Testing the new "isolated" partition root type
814 console_msg "Change from root to isolated"
815 test_partition isolated
817 console_msg "Change from isolated to member"
820 console_msg "Change from member to isolated"
821 test_partition isolated
823 console_msg "Change from isolated to root"