Home
last modified time | relevance | path

Searched refs:delmask (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/cgroup/
Dcpuset.c129 cpumask_var_t addmask, delmask; /* For partition root */ member
403 pmask3 = &tmp->delmask; in alloc_cpumasks()
447 free_cpumask_var(tmp->delmask); in free_cpumasks()
1447 deleting = cpumask_andnot(tmp->delmask, cs->effective_xcpus, newmask); in remote_cpus_update()
1463 isolcpus_updated += partition_xcpus_del(prs, NULL, tmp->delmask); in remote_cpus_update()
1489 struct cpumask *delmask, struct tmpmasks *tmp) in remote_partition_check() argument
1497 if (!cpumask_andnot(delmask, cs->effective_xcpus, newmask) || in remote_partition_check()
1498 !cpumask_intersects(delmask, subpartitions_cpus)) in remote_partition_check()
1511 if (cpumask_intersects(child->effective_cpus, delmask)) { in remote_partition_check()
1651 cpumask_copy(tmp->delmask, xcpus); in update_parent_effective_cpumask()
[all …]