Searched refs:cpu_group (Results 1 - 19 of 19) sorted by path

/freebsd-11-stable/sys/arm/arm/
H A Dmp_machdep.c486 struct cpu_group *
/freebsd-11-stable/sys/arm64/arm64/
H A Dmp_machdep.c412 struct cpu_group *
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_mp.c114 struct cpu_group *
/freebsd-11-stable/sys/mips/gxemul/
H A Dgxemul_machdep.c194 struct cpu_group *
/freebsd-11-stable/sys/mips/include/
H A Dhwfunc.h97 struct cpu_group *platform_smp_topo(void);
/freebsd-11-stable/sys/mips/mips/
H A Dmp_machdep.c230 struct cpu_group *
/freebsd-11-stable/sys/mips/nlm/
H A Dxlp_machdep.c727 struct cpu_group *
/freebsd-11-stable/sys/mips/rmi/
H A Dxlr_machdep.c610 struct cpu_group *
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_machdep.c322 struct cpu_group *
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dplatform.c240 struct cpu_group *
/freebsd-11-stable/sys/powerpc/ps3/
H A Dplatform_ps3.c71 static struct cpu_group *ps3_smp_topo(platform_t);
240 static struct cpu_group *
/freebsd-11-stable/sys/powerpc/pseries/
H A Dplatform_chrp.c77 static struct cpu_group *chrp_smp_topo(platform_t plat);
453 static struct cpu_group *
/freebsd-11-stable/sys/riscv/riscv/
H A Dmp_machdep.c340 struct cpu_group *
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmp_machdep.c232 struct cpu_group *
/freebsd-11-stable/sys/sys/
H A Dsmp.h77 struct cpu_group { struct
78 struct cpu_group *cg_parent; /* Our parent group. */
79 struct cpu_group *cg_child; /* Optional children groups. */
87 typedef struct cpu_group *cpu_group_t;
129 struct cpu_group *smp_topo(void);
130 struct cpu_group *smp_topo_alloc(u_int count);
131 struct cpu_group *smp_topo_none(void);
132 struct cpu_group *smp_topo_1level(int l1share, int l1count, int l1flags);
133 struct cpu_group *smp_topo_2level(int l2share, int l2count, int l1share,
135 struct cpu_group *smp_topo_fin
[all...]
/freebsd-11-stable/sys/kern/
H A Dsched_ule.c237 struct cpu_group *tdq_cg; /* Pointer to cpu topology. */
262 struct cpu_group *cpu_top; /* CPU topology */
335 struct cpu_group *cg, int indent);
643 static __always_inline int cpu_search(const struct cpu_group *cg,
645 int __noinline cpu_search_lowest(const struct cpu_group *cg,
647 int __noinline cpu_search_highest(const struct cpu_group *cg,
649 int __noinline cpu_search_both(const struct cpu_group *cg,
664 cpu_search(const struct cpu_group *cg, struct cpu_search *low,
670 struct cpu_group *child;
779 cpu_search_lowest(const struct cpu_group *c
[all...]
H A Dsubr_smp.c581 static struct cpu_group group[MAXCPU * MAX_CACHE_LEVELS + 1];
583 struct cpu_group *
587 struct cpu_group *top;
640 struct cpu_group *
651 struct cpu_group *
654 struct cpu_group *top;
669 smp_topo_addleaf(struct cpu_group *parent, struct cpu_group *child, int share,
700 struct cpu_group *
703 struct cpu_group *chil
[all...]
/freebsd-11-stable/sys/net/
H A Diflib.c5209 extern struct cpu_group *cpu_top; /* CPU topology */
5212 find_child_with_core(int cpu, struct cpu_group *grp)
5238 struct cpu_group *grp;
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c711 x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root)
794 struct cpu_group *
797 struct cpu_group *cg_root;

Completed in 341 milliseconds