Home
last modified time | relevance | path

Searched refs:cg_children (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_smp.c634 for (c = 0; c < cg->cg_children; c++) in smp_topo_fill()
706 while (top->cg_children == 1) { in smp_topo()
740 top->cg_children = 0; in smp_topo_none()
760 child->cg_children = 0; in smp_topo_addleaf()
765 parent->cg_children++; in smp_topo_addleaf()
815 top->cg_children = mp_ncpus / (l2count * l1count); in smp_topo_2level()
816 l1g = l2g + top->cg_children; in smp_topo_2level()
817 for (i = 0; i < top->cg_children; i++, l2g++) { in smp_topo_2level()
841 if (cg->cg_children == 0) in smp_topo_find()
843 children = cg->cg_children; in smp_topo_find()
H A Dsched_ule.c685 if (cg->cg_children > 0) { in cpu_search_lowest()
686 for (c = cg->cg_children - 1; c >= 0; c--) { in cpu_search_lowest()
767 if (cg->cg_children > 0) { in cpu_search_highest()
768 for (c = cg->cg_children - 1; c >= 0; c--) { in cpu_search_highest()
1059 if (parent->cg_children == 2) { in tdq_idled()
1392 if (cg->cg_children == 1 || cg->cg_count == 1) in sched_pickcpu()
2070 if (parent->cg_children == 2) { in tdq_trysteal()
3246 if (cg->cg_children > 0) { in sysctl_kern_sched_topology_spec_internal()
3248 for (i = 0; i < cg->cg_children; i++) in sysctl_kern_sched_topology_spec_internal()
/freebsd/sys/sys/
H A Dsmp.h84 int16_t cg_children; /* Number of children groups. */ member
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c366 root->cg_children = vm_ndomains; in cpu_topo()
379 dom->cg_children = 0; in cpu_topo()
/freebsd/sys/powerpc/powernv/
H A Dplatform_powernv.c492 group->cg_children = children; in cpu_group_init()
/freebsd/sys/netinet/
H A Dtcp_hpts.c1782 for (i = 0; i < cg->cg_children; i++) { in hpts_count_level()
1804 for (i = 0; i < cg->cg_children; i++) { in hpts_gather_grps()
/freebsd/sys/x86/x86/
H A Dmp_x86.c933 cg_root->cg_children = nchildren; in x86topo_add_sched_group()
/freebsd/sys/net/
H A Diflib.c4915 if (grp->cg_children == 0) in find_child_with_core()
4919 for (i = 0; i < grp->cg_children; i++) { in find_child_with_core()