Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset.c1823 int part_error = PERR_NONE; /* Partition error? */ in update_parent_effective_cpumask() local
1926 part_error = PERR_CPUSEMPTY; in update_parent_effective_cpumask()
1971 part_error = PERR_HKEEPING; in update_parent_effective_cpumask()
1975 part_error = PERR_HKEEPING; in update_parent_effective_cpumask()
1993 part_error = PERR_NOCPUS; in update_parent_effective_cpumask()
2015 part_error = PERR_NOCPUS; in update_parent_effective_cpumask()
2043 part_error = PERR_NOTEXCL; in update_parent_effective_cpumask()
2048 if (part_error) in update_parent_effective_cpumask()
2049 WRITE_ONCE(cs->prs_err, part_error); in update_parent_effective_cpumask()
2059 if (part_error) in update_parent_effective_cpumask()
[all …]