Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/cgroup/
Dcpuset.c1635 int part_error = PERR_NONE; /* Partition error? */ in update_parent_effective_cpumask() local
1721 part_error = PERR_CPUSEMPTY; in update_parent_effective_cpumask()
1760 part_error = PERR_NOCPUS; in update_parent_effective_cpumask()
1783 part_error = PERR_NOCPUS; in update_parent_effective_cpumask()
1811 part_error = PERR_NOTEXCL; in update_parent_effective_cpumask()
1816 if (part_error) in update_parent_effective_cpumask()
1817 WRITE_ONCE(cs->prs_err, part_error); in update_parent_effective_cpumask()
1827 if (part_error) { in update_parent_effective_cpumask()
1834 if (!part_error) { in update_parent_effective_cpumask()