Lines Matching defs:doms
636 cpumask_var_t *doms; /* resulting partition; i.e. sched domains */
639 int nslot; /* next empty doms[] struct cpumask slot */
645 doms = NULL;
652 doms = alloc_sched_domains(ndoms);
653 if (!doms)
661 cpumask_and(doms[0], top_cpuset.effective_cpus,
720 * Convert <csn, csa> to <ndoms, doms> and populate cpu masks.
722 doms = alloc_sched_domains(ndoms);
723 if (!doms)
736 struct cpumask *dp = doms[nslot];
762 if (doms == NULL)
765 *domains = doms;