Lines Matching full:isolated
80 * Exclusive CPUs in isolated partitions
118 * 2 - partition root without load balancing (isolated)
120 * -2 - invalid isolated partition root
710 * for non-isolated partition root. At this point, the target in validate_change()
917 * Only valid partition roots that are not isolated and with in generate_sched_domains()
934 * If there are only isolated partitions underneath the cgroup root, in generate_sched_domains()
986 * The top cpuset may contain some boot time isolated in generate_sched_domains()
1245 partcmd_enablei, /* Enable isolated partition root */
1412 * isolated_cpus_can_update - check for isolated & nohz_full conflicts
1413 * @add_cpus: cpu mask for cpus that are going to be isolated
1414 * @del_cpus: cpu mask for cpus that are no longer isolated, can be NULL
1417 * If nohz_full is enabled and we have isolated CPUs, their combination must
1457 * isolated partition.
1495 * cpuset_cpu_is_isolated - Check if the given CPU is isolated
1497 * Return: true if CPU is used in an isolated partition, false otherwise
1958 * isolated partition. in update_parent_effective_cpumask()
1962 /* Adding to parent means removing isolated CPUs */ in update_parent_effective_cpumask()
1966 /* Adding to parent means adding isolated CPUs */ in update_parent_effective_cpumask()
3474 seq_puts(seq, "isolated\n"); in cpuset_partition_show()
3484 type = "isolated"; in cpuset_partition_show()
3508 else if (!strcmp(buf, "isolated")) in cpuset_partition_write()
3588 .name = "cpus.isolated",
3646 * For v2, clear CS_SCHED_LOAD_BALANCE if parent is isolated in cpuset_css_online()