effective_cpus 111 kernel/cgroup/cpuset.c cpumask_var_t effective_cpus; effective_cpus 382 kernel/cgroup/cpuset.c while (!cpumask_intersects(cs->effective_cpus, cpu_online_mask)) { effective_cpus 396 kernel/cgroup/cpuset.c cpumask_and(pmask, cs->effective_cpus, cpu_online_mask); effective_cpus 466 kernel/cgroup/cpuset.c pmask2 = &cs->effective_cpus; effective_cpus 501 kernel/cgroup/cpuset.c free_cpumask_var(cs->effective_cpus); effective_cpus 529 kernel/cgroup/cpuset.c cpumask_copy(trial->effective_cpus, cs->effective_cpus); effective_cpus 642 kernel/cgroup/cpuset.c return cpumask_intersects(a->effective_cpus, b->effective_cpus); effective_cpus 763 kernel/cgroup/cpuset.c cpumask_and(doms[0], top_cpuset.effective_cpus, effective_cpus 798 kernel/cgroup/cpuset.c cpumask_subset(cp->cpus_allowed, top_cpuset.effective_cpus)) effective_cpus 802 kernel/cgroup/cpuset.c !cpumask_empty(cp->effective_cpus)) effective_cpus 882 kernel/cgroup/cpuset.c cpumask_or(dp, dp, b->effective_cpus); effective_cpus 944 kernel/cgroup/cpuset.c if (cpumask_empty(cs->effective_cpus)) { effective_cpus 997 kernel/cgroup/cpuset.c !cpumask_equal(top_cpuset.effective_cpus, cpu_active_mask)) effective_cpus 1001 kernel/cgroup/cpuset.c !cpumask_subset(top_cpuset.effective_cpus, cpu_active_mask)) effective_cpus 1040 kernel/cgroup/cpuset.c set_cpus_allowed_ptr(task, cs->effective_cpus); effective_cpus 1059 kernel/cgroup/cpuset.c cpumask_or(new_cpus, parent->effective_cpus, effective_cpus 1064 kernel/cgroup/cpuset.c cpumask_and(new_cpus, cs->cpus_allowed, parent->effective_cpus); effective_cpus 1153 kernel/cgroup/cpuset.c (!cpumask_subset(cpuset->cpus_allowed, parent->effective_cpus) || effective_cpus 1154 kernel/cgroup/cpuset.c cpumask_equal(cpuset->cpus_allowed, parent->effective_cpus))) effective_cpus 1179 kernel/cgroup/cpuset.c cpumask_and(tmp->addmask, newmask, parent->effective_cpus); effective_cpus 1186 kernel/cgroup/cpuset.c cpumask_equal(parent->effective_cpus, tmp->addmask)) { effective_cpus 1197 kernel/cgroup/cpuset.c cpumask_copy(tmp->addmask, parent->effective_cpus); effective_cpus 1210 kernel/cgroup/cpuset.c parent->effective_cpus); effective_cpus 1212 kernel/cgroup/cpuset.c parent->effective_cpus); effective_cpus 1262 kernel/cgroup/cpuset.c cpumask_andnot(parent->effective_cpus, effective_cpus 1263 kernel/cgroup/cpuset.c parent->effective_cpus, tmp->addmask); effective_cpus 1272 kernel/cgroup/cpuset.c cpumask_or(parent->effective_cpus, effective_cpus 1273 kernel/cgroup/cpuset.c parent->effective_cpus, tmp->delmask); effective_cpus 1311 kernel/cgroup/cpuset.c cpumask_copy(tmp->new_cpus, parent->effective_cpus); effective_cpus 1327 kernel/cgroup/cpuset.c cpumask_equal(tmp->new_cpus, cp->effective_cpus)) { effective_cpus 1384 kernel/cgroup/cpuset.c cpumask_copy(cp->effective_cpus, tmp->new_cpus); effective_cpus 1399 kernel/cgroup/cpuset.c cpumask_andnot(cp->effective_cpus, cp->effective_cpus, effective_cpus 1401 kernel/cgroup/cpuset.c if (cpumask_empty(cp->effective_cpus)) { effective_cpus 1402 kernel/cgroup/cpuset.c cpumask_copy(cp->effective_cpus, tmp->new_cpus); effective_cpus 1416 kernel/cgroup/cpuset.c !cpumask_equal(cp->cpus_allowed, cp->effective_cpus)); effective_cpus 1518 kernel/cgroup/cpuset.c tmp.delmask = trialcs->effective_cpus; effective_cpus 2420 kernel/cgroup/cpuset.c seq_printf(sf, "%*pbl\n", cpumask_pr_args(cs->effective_cpus)); effective_cpus 2747 kernel/cgroup/cpuset.c cpumask_copy(cs->effective_cpus, parent->effective_cpus); effective_cpus 2783 kernel/cgroup/cpuset.c cpumask_copy(cs->effective_cpus, parent->cpus_allowed); effective_cpus 2847 kernel/cgroup/cpuset.c top_cpuset.effective_cpus); effective_cpus 2897 kernel/cgroup/cpuset.c BUG_ON(!alloc_cpumask_var(&top_cpuset.effective_cpus, GFP_KERNEL)); effective_cpus 2902 kernel/cgroup/cpuset.c cpumask_setall(top_cpuset.effective_cpus); effective_cpus 2950 kernel/cgroup/cpuset.c cpumask_copy(cs->effective_cpus, new_cpus); effective_cpus 2986 kernel/cgroup/cpuset.c cpumask_copy(new_cpus, parent_cs(cs)->effective_cpus); effective_cpus 2991 kernel/cgroup/cpuset.c cpumask_copy(cs->effective_cpus, new_cpus); effective_cpus 3092 kernel/cgroup/cpuset.c cpus_updated = !cpumask_equal(&new_cpus, cs->effective_cpus); effective_cpus 3143 kernel/cgroup/cpuset.c cpus_updated = !cpumask_equal(top_cpuset.effective_cpus, &new_cpus); effective_cpus 3167 kernel/cgroup/cpuset.c cpumask_copy(top_cpuset.effective_cpus, &new_cpus); effective_cpus 3255 kernel/cgroup/cpuset.c cpumask_copy(top_cpuset.effective_cpus, cpu_active_mask);