Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_smp.c692 while (top->cg_children == 1) { in smp_topo()
720 top->cg_children = 0; in smp_topo_none()
740 child->cg_children = 0; in smp_topo_addleaf()
745 parent->cg_children++; in smp_topo_addleaf()
794 top->cg_children = mp_ncpus / (l2count * l1count); in smp_topo_2level()
795 l1g = l2g + top->cg_children; in smp_topo_2level()
796 for (i = 0; i < top->cg_children; i++, l2g++) { in smp_topo_2level()
820 if (cg->cg_children == 0) in smp_topo_find()
822 children = cg->cg_children; in smp_topo_find()
H A Dsched_ule.c689 for (i = cg->cg_children, cpu = mp_maxid; ; ) { in cpu_search()
1313 if (cg->cg_children == 1 || cg->cg_count == 1) in sched_pickcpu()
3027 if (cg->cg_children > 0) { in sysctl_kern_sched_topology_spec_internal()
3029 for (i = 0; i < cg->cg_children; i++) in sysctl_kern_sched_topology_spec_internal()
/f-stack/freebsd/sys/
H A Dsmp.h84 int16_t cg_children; /* Number of children groups. */ member
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c831 cg_root->cg_children = nchildren; in x86topo_add_sched_group()
/f-stack/freebsd/net/
H A Diflib.c5960 if (grp->cg_children == 0) in find_child_with_core()
5964 for (i = 0; i < grp->cg_children; i++) { in find_child_with_core()