kcpuset_isotherset
KASSERT(!kcpuset_isotherset(pm->pm_onproc, cpu_index(ci)));
while (kcpuset_isotherset(kcpuset_running, cid)) {
if (!kcpuset_isotherset(pmap->pm_kernel_cpus, cid)) {
remote = kcpuset_isotherset(pm->pm_kernel_cpus, cid);
remote |= kcpuset_isotherset(pm->pm_cpus, cid);
bool kcpuset_isotherset(const kcpuset_t *, cpuid_t);
KASSERT(!kcpuset_isotherset(pmap->pm_onproc, cpu_index(curcpu())));
KASSERT(!kcpuset_isotherset(pm->pm_onproc, cpu_index(ci)));