Home
last modified time | relevance | path

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

/linux-6.15/kernel/cgroup/
H A Dcpuset.c144 cpumask_var_t addmask, delmask; /* For partition root */ member
418 pmask2 = &tmp->addmask; in alloc_cpumasks()
462 free_cpumask_var(tmp->addmask); in free_cpumasks()
1672 adding = cpumask_and(tmp->addmask, in update_parent_effective_cpumask()
1734 cpumask_copy(tmp->addmask, cs->effective_xcpus); in update_parent_effective_cpumask()
1770 cpumask_andnot(tmp->addmask, xcpus, newmask); in update_parent_effective_cpumask()
1771 adding = cpumask_and(tmp->addmask, tmp->addmask, in update_parent_effective_cpumask()
1786 adding = cpumask_and(tmp->addmask, in update_parent_effective_cpumask()
1809 adding = cpumask_and(tmp->addmask, in update_parent_effective_cpumask()
1901 tmp->addmask); in update_parent_effective_cpumask()
[all …]