Home
last modified time | relevance | path

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

/kernel/cgroup/
Dcpuset.c147 cpumask_var_t effective_cpus; member
542 while (!cpumask_intersects(cs->effective_cpus, pmask)) { in guarantee_online_cpus()
555 cpumask_and(pmask, pmask, cs->effective_cpus); in guarantee_online_cpus()
632 pmask2 = &cs->effective_cpus; in alloc_cpumasks()
673 free_cpumask_var(cs->effective_cpus); in free_cpumasks()
702 cpumask_copy(trial->effective_cpus, cs->effective_cpus); in alloc_trial_cpuset()
837 return cpumask_intersects(a->effective_cpus, b->effective_cpus); in cpusets_overlap()
958 cpumask_and(doms[0], top_cpuset.effective_cpus, in generate_sched_domains()
993 cpumask_subset(cp->cpus_allowed, top_cpuset.effective_cpus)) in generate_sched_domains()
997 !cpumask_empty(cp->effective_cpus)) in generate_sched_domains()
[all …]