Lines Matching defs:level
42 static int sched_domain_debug_one(struct sched_domain *sd, int cpu, int level, struct cpumask *groupmask)
50 printk(KERN_DEBUG "%*s domain-%d: ", level, "", level);
51 printk(KERN_CONT "span=%*pbl level=%s\n", cpumask_pr_args(sched_domain_span(sd)), sd->name);
74 printk(KERN_DEBUG "%*s groups:", level + 1, "");
132 int level = 0;
146 if (sched_domain_debug_one(sd, cpu, level, sched_domains_tmpmask)) {
149 level++;
813 * about doing this is to build the domains on 'hops'. For each NUMA level we
814 * construct the mask of all nodes reachable in @level hops.
995 * As we are referencing sgc across different topology level, we need
1123 * denote the ever growing mask of CPUs belonging to that level of topology.
1126 * denoting the domains of the level below (or individual CPUs in case of the
1127 * first domain level). The sched_group linked by a sched_domain includes the
1345 if (sd->level > request) {
1746 * Now for each level, construct a mask per node which contains all
1991 sd->level = child->level + 1;
1992 sched_domain_level_max = max(sched_domain_level_max, sd->level);
2011 * any two given CPUs at this (non-NUMA) topology level.