Searched refs:prs_err (Results 1 – 2 of 2) sorted by relevance
270 WRITE_ONCE(cs->prs_err, PERR_NONE); in notify_partition_change()1522 cs->prs_err = 0; in remote_partition_enable()1556 if (cs->prs_err) in remote_partition_disable()1596 cs->prs_err = PERR_CPUSEMPTY; in remote_cpus_update()1611 cs->prs_err = PERR_ACCESS; in remote_cpus_update()1614 cs->prs_err = PERR_NOCPUS; in remote_cpus_update()1617 cs->prs_err = PERR_HKEEPING; in remote_cpus_update()1618 if (cs->prs_err) in remote_cpus_update()1920 WRITE_ONCE(cs->prs_err, part_error); in update_parent_effective_cpumask()2043 child->prs_err = 0; in compute_partition_effective_cpumask()[all …]
173 enum prs_errcode prs_err; member