Home
last modified time | relevance | path

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

/linux-6.15/kernel/cgroup/
H A Dcpuset.c1648 int part_error = PERR_NONE; /* Partition error? */ in update_parent_effective_cpumask() local
1744 part_error = PERR_CPUSEMPTY; in update_parent_effective_cpumask()
1784 part_error = PERR_NOCPUS; in update_parent_effective_cpumask()
1807 part_error = PERR_NOCPUS; in update_parent_effective_cpumask()
1835 part_error = PERR_NOTEXCL; in update_parent_effective_cpumask()
1840 if (part_error) in update_parent_effective_cpumask()
1841 WRITE_ONCE(cs->prs_err, part_error); in update_parent_effective_cpumask()
1851 if (part_error) { in update_parent_effective_cpumask()
1858 if (!part_error) { in update_parent_effective_cpumask()