Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset.c1697 int part_error = PERR_NONE; /* Partition error? */ in update_parent_effective_cpumask() local
1801 part_error = PERR_CPUSEMPTY; in update_parent_effective_cpumask()
1846 part_error = PERR_HKEEPING; in update_parent_effective_cpumask()
1850 part_error = PERR_HKEEPING; in update_parent_effective_cpumask()
1868 part_error = PERR_NOCPUS; in update_parent_effective_cpumask()
1890 part_error = PERR_NOCPUS; in update_parent_effective_cpumask()
1918 part_error = PERR_NOTEXCL; in update_parent_effective_cpumask()
1923 if (part_error) in update_parent_effective_cpumask()
1924 WRITE_ONCE(cs->prs_err, part_error); in update_parent_effective_cpumask()
1934 if (part_error) in update_parent_effective_cpumask()
[all …]