Searched refs:effective_cpus (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/kernel/cgroup/ |
| H A D | cpuset.c | 413 pmask2 = &cs->effective_cpus; in alloc_cpumasks() 485 cpumask_copy(trial->effective_cpus, cs->effective_cpus); in alloc_trial_cpuset() 658 return cpumask_intersects(a->effective_cpus, b->effective_cpus); in cpusets_overlap() 1245 if (!cpumask_and(cs->effective_cpus, parent->effective_cpus, cs->cpus_allowed)) in reset_partition_data() 1246 cpumask_copy(cs->effective_cpus, parent->effective_cpus); in reset_partition_data() 1292 cpumask_andnot(parent->effective_cpus, parent->effective_cpus, xcpus); in partition_xcpus_add() 1324 cpumask_or(parent->effective_cpus, parent->effective_cpus, xcpus); in partition_xcpus_del() 2998 cpus_updated = !cpumask_equal(cs->effective_cpus, oldcs->effective_cpus); in cpuset_can_attach() 3026 if (!cpumask_intersects(oldcs->effective_cpus, cs->effective_cpus)) { in cpuset_can_attach() 3116 oldcs->effective_cpus); in cpuset_attach() [all …]
|
| H A D | cpuset-internal.h | 105 cpumask_var_t effective_cpus; member
|
| H A D | cpuset-v1.c | 295 cpumask_copy(cs->effective_cpus, new_cpus); in cpuset1_hotplug_update_tasks()
|
| /linux-6.15/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpusets.rst | 228 The cpuset.effective_cpus and cpuset.effective_mems files are 234 only affect cpuset.effective_cpus and cpuset.effective_mems which show
|