Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset.c187 WRITE_ONCE(cs->prs_err, PERR_NONE); in notify_partition_change()
1441 if (!cs->prs_err) in remote_partition_disable()
1442 cs->prs_err = PERR_INVCPUS; in remote_partition_disable()
1798 WRITE_ONCE(cs->prs_err, part_error); in update_parent_effective_cpumask()
1929 child->prs_err = 0; in compute_partition_effective_cpumask()
1932 child->prs_err = PERR_INVCPUS; in compute_partition_effective_cpumask()
1935 child->prs_err = PERR_NOCPUS; in compute_partition_effective_cpumask()
1937 if (child->prs_err) { in compute_partition_effective_cpumask()
2069 WRITE_ONCE(cp->prs_err, in update_cpumasks_hier()
2250 cs->prs_err = PERR_INVCPUS; in update_cpumask()
[all …]
H A Dcpuset-internal.h173 enum prs_errcode prs_err; member