Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_smp.c693 top = &top->cg_child[0]; in smp_topo()
717 top->cg_child = NULL; in smp_topo_none()
739 child->cg_child = NULL; in smp_topo_addleaf()
771 top->cg_child = child = &group[1]; in smp_topo_1level()
792 top->cg_child = l2g; in smp_topo_2level()
798 l2g->cg_child = l1g; in smp_topo_2level()
823 for (i = 0, cg = cg->cg_child; i < children; cg++, i++) in smp_topo_find()
H A Dsched_ule.c701 child = &cg->cg_child[i - 1]; in cpu_search()
3031 &cg->cg_child[i], indent+2); in sysctl_kern_sched_topology_spec_internal()
/f-stack/freebsd/sys/
H A Dsmp.h81 struct cpu_group *cg_child; /* Optional children groups. */ member
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c830 cg_root->cg_child = smp_topo_alloc(nchildren); in x86topo_add_sched_group()
847 cg_root->cg_child[i].cg_parent = cg_root; in x86topo_add_sched_group()
848 x86topo_add_sched_group(node, &cg_root->cg_child[i]); in x86topo_add_sched_group()
/f-stack/freebsd/net/
H A Diflib.c5963 MPASS(grp->cg_child); in find_child_with_core()
5965 if (CPU_ISSET(cpu, &grp->cg_child[i].cg_mask)) in find_child_with_core()
5993 if (grp->cg_child[i].cg_count <= 1) in find_close_core()
5995 grp = &grp->cg_child[i]; in find_close_core()