Searched refs:cg_children (Results 1 – 3 of 3) sorted by relevance
612 top->cg_children = 0; in smp_topo_none()632 child->cg_children = 0; in smp_topo_addleaf()637 parent->cg_children++; in smp_topo_addleaf()686 top->cg_children = mp_ncpus / (l2count * l1count); in smp_topo_2level()687 l1g = l2g + top->cg_children; in smp_topo_2level()688 for (i = 0; i < top->cg_children; i++, l2g++) { in smp_topo_2level()713 if (cg->cg_children == 0) in smp_topo_find()715 children = cg->cg_children; in smp_topo_find()
668 for (i = cg->cg_children, cpu = mp_maxid; ; ) { in cpu_search()2799 if (cg->cg_children > 0) { in sysctl_kern_sched_topology_spec_internal()2801 for (i = 0; i < cg->cg_children; i++) in sysctl_kern_sched_topology_spec_internal()
39 int16_t cg_children; /* Number of children groups. */ member