Searched refs:delmask (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/cgroup/ |
H A D | cpuset.c | 139 cpumask_var_t addmask, delmask; /* For partition root */ member 414 pmask3 = &tmp->delmask; in alloc_cpumasks() 458 free_cpumask_var(tmp->delmask); in free_cpumasks() 1479 deleting = cpumask_andnot(tmp->delmask, cs->effective_xcpus, newmask); in remote_cpus_update() 1495 isolcpus_updated += partition_xcpus_del(prs, NULL, tmp->delmask); in remote_cpus_update() 1521 struct cpumask *delmask, struct tmpmasks *tmp) in remote_partition_check() argument 1529 if (!cpumask_andnot(delmask, cs->effective_xcpus, newmask) || in remote_partition_check() 1530 !cpumask_intersects(delmask, subpartitions_cpus)) in remote_partition_check() 1543 if (cpumask_intersects(child->effective_cpus, delmask)) { in remote_partition_check() 1683 cpumask_copy(tmp->delmask, xcpus); in update_parent_effective_cpumask() [all …]
|