Lines Matching refs:cpu_group
543 static struct cpu_group group[MAXCPU];
545 struct cpu_group *
549 struct cpu_group *top; in smp_topo()
602 struct cpu_group *
605 struct cpu_group *top; in smp_topo_none()
620 smp_topo_addleaf(struct cpu_group *parent, struct cpu_group *child, int share, in smp_topo_addleaf()
651 struct cpu_group *
654 struct cpu_group *child; in smp_topo_1level()
655 struct cpu_group *top; in smp_topo_1level()
670 struct cpu_group *
674 struct cpu_group *top; in smp_topo_2level()
675 struct cpu_group *l1g; in smp_topo_2level()
676 struct cpu_group *l2g; in smp_topo_2level()
700 struct cpu_group *
701 smp_topo_find(struct cpu_group *top, int cpu) in smp_topo_find()
703 struct cpu_group *cg; in smp_topo_find()