Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDsubr_smp.c696 if (top->cg_count != mp_ncpus) in smp_topo()
698 top, top->cg_count, mp_ncpus); in smp_topo()
741 top->cg_count = mp_ncpus; in smp_topo_none()
764 child->cg_count = count; in smp_topo_addleaf()
775 parent->cg_count += child->cg_count; in smp_topo_addleaf()
HDsched_ule.c1391 if (cg->cg_children == 1 || cg->cg_count == 1) in sched_pickcpu()
3133 cg->cg_count, cpusetobj_strprint(cpusetbuf, &cg->cg_mask)); in sysctl_kern_sched_topology_spec_internal()
/freebsd-13-stable/sys/sys/
HDsmp.h81 int32_t cg_count; /* Count of cpus in this group. */ member
/freebsd-13-stable/sys/fs/ext2fs/
HDext2_vfsops.c373 unsigned int i, cg_count; in ext2_cg_validate() local
377 cg_count = fs->e2fs_gcount; in ext2_cg_validate()
390 if ((cg_count == fs->e2fs_gcount) && in ext2_cg_validate()
392 cg_count = i; in ext2_cg_validate()
/freebsd-13-stable/sys/arm64/arm64/
HDmp_machdep.c457 root->cg_count = mp_ncpus; in cpu_topo()
470 dom->cg_count = CPU_COUNT(&dom->cg_mask); in cpu_topo()
/freebsd-13-stable/sys/powerpc/powernv/
HDplatform_powernv.c492 group->cg_count = CPU_COUNT(cpus); in cpu_group_init()
/freebsd-13-stable/sys/x86/x86/
HDmp_x86.c831 cg_root->cg_count = root->cpu_count; in x86topo_add_sched_group()
/freebsd-13-stable/sys/net/
HDiflib.c4927 if (grp->cg_child[i].cg_count <= 1) in find_l2_neighbor()