Lines Matching refs:doms
745 * doms - Conversion of 'csa' to an array of cpumasks, for passing to
771 cpumask_var_t *doms; /* resulting partition; i.e. sched domains */
774 int nslot; /* next empty doms[] struct cpumask slot */
778 doms = NULL;
785 doms = alloc_sched_domains(ndoms);
786 if (!doms) {
795 cpumask_and(doms[0], top_cpuset.effective_cpus, housekeeping_cpumask(HK_FLAG_DOMAIN));
877 * Convert <csn, csa> to <ndoms, doms> and populate cpu masks.
879 doms = alloc_sched_domains(ndoms);
880 if (!doms) {
900 dp = doms[nslot];
941 if (doms == NULL) {
945 *domains = doms;
1023 cpumask_var_t *doms;
1031 * passing doms with offlined cpu to partition_sched_domains().
1063 ndoms = generate_sched_domains(&doms, &attr);
1066 partition_and_rebuild_sched_domains(ndoms, doms, attr);