Searched refs:prs_err (Results 1 – 2 of 2) sorted by relevance
270 WRITE_ONCE(cs->prs_err, PERR_NONE); in notify_partition_change()1525 cs->prs_err = 0; in remote_partition_enable()1559 if (cs->prs_err) in remote_partition_disable()1599 cs->prs_err = PERR_CPUSEMPTY; in remote_cpus_update()1614 cs->prs_err = PERR_ACCESS; in remote_cpus_update()1617 cs->prs_err = PERR_NOCPUS; in remote_cpus_update()1620 cs->prs_err = PERR_HKEEPING; in remote_cpus_update()1621 if (cs->prs_err) in remote_cpus_update()1924 WRITE_ONCE(cs->prs_err, part_error); in update_parent_effective_cpumask()2047 child->prs_err = 0; in compute_partition_effective_cpumask()[all …]
179 enum prs_errcode prs_err; member