Home
last modified time | relevance | path

Searched refs:cg_count (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_smp.c694 if (top->cg_count != mp_ncpus) in smp_topo()
696 top, top->cg_count, mp_ncpus); in smp_topo()
739 top->cg_count = mp_ncpus; in smp_topo_none()
762 child->cg_count = count; in smp_topo_addleaf()
773 parent->cg_count += child->cg_count; in smp_topo_addleaf()
H A Dsched_ule.c1392 if (cg->cg_children == 1 || cg->cg_count == 1) in sched_pickcpu()
3217 cg->cg_count, cpusetobj_strprint(cpusetbuf, &cg->cg_mask)); in sysctl_kern_sched_topology_spec_internal()
/freebsd/sys/sys/
H A Dsmp.h81 int32_t cg_count; /* Count of cpus in this group. */ member
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c372 root->cg_count = mp_ncpus; in cpu_topo()
385 dom->cg_count = CPU_COUNT(&dom->cg_mask); in cpu_topo()
/freebsd/sys/powerpc/powernv/
H A Dplatform_powernv.c497 group->cg_count = CPU_COUNT(cpus); in cpu_group_init()
/freebsd/sys/x86/x86/
H A Dmp_x86.c843 cg_root->cg_count = root->cpu_count; in x86topo_add_sched_group()
/freebsd/sys/net/
H A Diflib.c4956 if (grp->cg_child[i].cg_count <= 1) in find_l2_neighbor()