Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset.c1663 int part_error = PERR_NONE; /* Partition error? */ in update_parent_effective_cpumask() local
1770 part_error = PERR_CPUSEMPTY; in update_parent_effective_cpumask()
1819 part_error = PERR_NOCPUS; in update_parent_effective_cpumask()
1842 part_error = PERR_NOCPUS; in update_parent_effective_cpumask()
1870 part_error = PERR_NOTEXCL; in update_parent_effective_cpumask()
1875 if (part_error) in update_parent_effective_cpumask()
1876 WRITE_ONCE(cs->prs_err, part_error); in update_parent_effective_cpumask()
1886 if (part_error) { in update_parent_effective_cpumask()
1893 if (!part_error) { in update_parent_effective_cpumask()