• Home
  • Raw
  • Download

Lines Matching refs:child

65         if ((meta_flags & SDF_SHARED_CHILD) && sd->child && !(sd->child->flags & flag)) {  in sched_domain_debug_one()
106 …if (group == sd->groups && sd->child && !cpumask_equal(sched_domain_span(sd->child), sched_group_s… in sched_domain_debug_one()
727 parent->parent->child = tmp; in cpu_attach_domain()
748 sd->child = NULL; in cpu_attach_domain()
914 if (!sibling->child) { in build_balance_mask()
919 if (!cpumask_equal(sg_span, sched_domain_span(sibling->child))) { in build_balance_mask()
946 if (sd->child) { in build_group_from_child_sched_domain()
947 cpumask_copy(sg_span, sched_domain_span(sd->child)); in build_group_from_child_sched_domain()
990 …while (sibling->child && !cpumask_subset(sched_domain_span(sibling->child), sched_domain_span(sd))… in find_descended_sibling()
991 sibling = sibling->child; in find_descended_sibling()
999 …while (sibling->child && cpumask_equal(sched_domain_span(sibling->child), sched_domain_span(siblin… in find_descended_sibling()
1000 sibling = sibling->child; in find_descended_sibling()
1071 if (sibling->child && !cpumask_subset(sched_domain_span(sibling->child), span)) { in build_overlap_sched_groups()
1178 struct sched_domain *child = sd->child; in get_group() local
1182 if (child) { in get_group()
1183 cpu = cpumask_first(sched_domain_span(child)); in get_group()
1199 if (child) { in get_group()
1200 cpumask_copy(sched_group_span(sg), sched_domain_span(child)); in get_group()
1448 struct sched_domain *child, int dflags, int cpu) in sd_init() argument
1489 .child = child, in sd_init()
1503 if ((sd->flags & SD_ASYM_CPUCAPACITY) && sd->child) { in sd_init()
1504 sd->child->flags &= ~SD_PREFER_SIBLING; in sd_init()
1985 … struct sched_domain_attr *attr, struct sched_domain *child, int dflags, in build_sched_domain() argument
1988 struct sched_domain *sd = sd_init(tl, cpu_map, child, dflags, cpu); in build_sched_domain()
1990 if (child) { in build_sched_domain()
1991 sd->level = child->level + 1; in build_sched_domain()
1993 child->parent = sd; in build_sched_domain()
1995 if (!cpumask_subset(sched_domain_span(child), sched_domain_span(sd))) { in build_sched_domain()
1998 pr_err(" the %s domain not a subset of the %s domain\n", child->name, sd->name); in build_sched_domain()
2001 cpumask_or(sched_domain_span(sd), sched_domain_span(sd), sched_domain_span(child)); in build_sched_domain()