Home
last modified time | relevance | path

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

/linux-6.15/kernel/cgroup/
H A Dcpuset.c1521 struct cpumask *excpus, struct tmpmasks *tmp) in remote_cpus_update() argument
1532 if (cpumask_empty(excpus)) { in remote_cpus_update()
1537 adding = cpumask_andnot(tmp->addmask, excpus, cs->effective_xcpus); in remote_cpus_update()
1538 deleting = cpumask_andnot(tmp->delmask, cs->effective_xcpus, excpus); in remote_cpus_update()
1564 cpumask_copy(cs->effective_xcpus, excpus); in remote_cpus_update()