Lines Matching refs:cpu_group
630 smp_topo_fill(struct cpu_group *cg) in smp_topo_fill()
640 struct cpu_group *
644 static struct cpu_group *top = NULL; in smp_topo()
714 struct cpu_group *
717 static struct cpu_group *group = NULL; in smp_topo_alloc()
730 struct cpu_group *
733 struct cpu_group *top; in smp_topo_none()
748 smp_topo_addleaf(struct cpu_group *parent, struct cpu_group *child, int share, in smp_topo_addleaf()
779 struct cpu_group *
782 struct cpu_group *child; in smp_topo_1level()
783 struct cpu_group *top; in smp_topo_1level()
798 struct cpu_group *
802 struct cpu_group *top; in smp_topo_2level()
803 struct cpu_group *l1g; in smp_topo_2level()
804 struct cpu_group *l2g; in smp_topo_2level()
828 struct cpu_group *
829 smp_topo_find(struct cpu_group *top, int cpu) in smp_topo_find()
831 struct cpu_group *cg; in smp_topo_find()