Symbol: cpu_group
sys/arm/arm/mp_machdep.c
324
struct cpu_group *
sys/arm64/arm64/mp_machdep.c
424
struct cpu_group *
sys/arm64/arm64/mp_machdep.c
427
struct cpu_group *dom, *root;
sys/kern/sched_shim.c
166
struct cpu_group __read_mostly *cpu_top; /* CPU topology */
sys/kern/sched_shim.c
237
struct cpu_group *cg, int indent)
sys/kern/sched_ule.c
1072
struct cpu_group *cg, *parent;
sys/kern/sched_ule.c
1371
struct cpu_group *cg, *ccg;
sys/kern/sched_ule.c
2140
struct cpu_group *cg, *parent;
sys/kern/sched_ule.c
269
struct cpu_group *tdq_cg; /* (c) Pointer to cpu topology. */
sys/kern/sched_ule.c
3332
sched_ule_find_child_with_core(int cpu, struct cpu_group *grp)
sys/kern/sched_ule.c
3351
struct cpu_group *grp;
sys/kern/sched_ule.c
720
cpu_search_lowest(const struct cpu_group *cg, const struct cpu_search *s,
sys/kern/sched_ule.c
802
cpu_search_highest(const struct cpu_group *cg, const struct cpu_search *s,
sys/kern/sched_ule.c
860
sched_lowest(const struct cpu_group *cg, cpuset_t *mask, int pri, int maxload,
sys/kern/sched_ule.c
879
sched_highest(const struct cpu_group *cg, cpuset_t *mask, int minload,
sys/kern/sched_ule.c
893
sched_balance_group(struct cpu_group *cg)
sys/kern/subr_smp.c
55
struct cpu_group *
sys/kern/subr_smp.c
58
static struct cpu_group *group = NULL;
sys/kern/subr_smp.c
682
smp_topo_fill(struct cpu_group *cg)
sys/kern/subr_smp.c
692
struct cpu_group *
sys/kern/subr_smp.c
696
static struct cpu_group *top = NULL;
sys/kern/subr_smp.c
71
struct cpu_group *
sys/kern/subr_smp.c
74
struct cpu_group *top;
sys/kern/subr_smp.c
767
smp_topo_addleaf(struct cpu_group *parent, struct cpu_group *child, int share,
sys/kern/subr_smp.c
798
struct cpu_group *
sys/kern/subr_smp.c
801
struct cpu_group *child;
sys/kern/subr_smp.c
802
struct cpu_group *top;
sys/kern/subr_smp.c
817
struct cpu_group *
sys/kern/subr_smp.c
821
struct cpu_group *top;
sys/kern/subr_smp.c
822
struct cpu_group *l1g;
sys/kern/subr_smp.c
823
struct cpu_group *l2g;
sys/kern/subr_smp.c
847
struct cpu_group *
sys/kern/subr_smp.c
848
smp_topo_find(struct cpu_group *top, int cpu)
sys/kern/subr_smp.c
850
struct cpu_group *cg;
sys/kern/subr_smp.c
903
struct cpu_group *
sys/kern/subr_smp.c
906
static struct cpu_group *top = NULL;
sys/netinet/tcp_hpts.c
1786
hpts_count_level(struct cpu_group *cg)
sys/netinet/tcp_hpts.c
1801
hpts_gather_grps(struct cpu_group **grps, int32_t *at, int32_t max, struct cpu_group *cg)
sys/netinet/tcp_hpts.c
1829
struct cpu_group *cpu_top;
sys/netinet/tcp_hpts.c
1874
sz = (pace->grp_cnt * sizeof(struct cpu_group *));
sys/netinet/tcp_hpts_internal.h
151
struct cpu_group **grps;
sys/powerpc/powernv/platform_powernv.c
486
static struct cpu_group *
sys/powerpc/powernv/platform_powernv.c
487
cpu_group_init(struct cpu_group *group, struct cpu_group *parent,
sys/powerpc/powernv/platform_powernv.c
490
struct cpu_group *child;
sys/powerpc/powernv/platform_powernv.c
505
static struct cpu_group *
sys/powerpc/powernv/platform_powernv.c
508
struct cpu_group *core, *dom, *root;
sys/powerpc/powernv/platform_powernv.c
76
static struct cpu_group *powernv_smp_topo(platform_t plat);
sys/powerpc/powerpc/platform.c
305
struct cpu_group *
sys/powerpc/ps3/platform_ps3.c
252
static struct cpu_group *
sys/powerpc/ps3/platform_ps3.c
71
static struct cpu_group *ps3_smp_topo(platform_t);
sys/powerpc/pseries/platform_chrp.c
555
static struct cpu_group *
sys/powerpc/pseries/platform_chrp.c
81
static struct cpu_group *chrp_smp_topo(platform_t plat);
sys/riscv/riscv/mp_machdep.c
296
struct cpu_group *
sys/sys/smp.h
152
struct cpu_group *smp_topo_1level(int l1share, int l1count, int l1flags);
sys/sys/smp.h
153
struct cpu_group *smp_topo_2level(int l2share, int l2count, int l1share,
sys/sys/smp.h
155
struct cpu_group *smp_topo_find(struct cpu_group *top, int cpu);
sys/sys/smp.h
168
struct cpu_group *smp_topo(void);
sys/sys/smp.h
169
struct cpu_group *smp_topo_alloc(u_int count);
sys/sys/smp.h
170
struct cpu_group *smp_topo_none(void);
sys/sys/smp.h
253
struct cpu_group *cpu_topo(void);
sys/sys/smp.h
79
struct cpu_group *cg_parent; /* Our parent group. */
sys/sys/smp.h
80
struct cpu_group *cg_child; /* Optional children groups. */
sys/sys/smp.h
90
typedef struct cpu_group *cpu_group_t;
sys/x86/x86/mp_x86.c
832
x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root)
sys/x86/x86/mp_x86.c
962
struct cpu_group *
sys/x86/x86/mp_x86.c
965
struct cpu_group *cg_root;