Home
last modified time | relevance | path

Searched refs:cpu_group (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/sys/sys/
HDsmp.h77 struct cpu_group { struct
78 struct cpu_group *cg_parent; /* Our parent group. */ argument
79 struct cpu_group *cg_child; /* Optional children groups. */ argument
89 typedef struct cpu_group *cpu_group_t; argument
149 struct cpu_group *smp_topo(void);
150 struct cpu_group *smp_topo_alloc(u_int count);
151 struct cpu_group *smp_topo_none(void);
152 struct cpu_group *smp_topo_1level(int l1share, int l1count, int l1flags);
153 struct cpu_group *smp_topo_2level(int l2share, int l2count, int l1share,
155 struct cpu_group *smp_topo_find(struct cpu_group *top, int cpu);
[all …]
/freebsd-14-stable/sys/kern/
HDsubr_smp.c639 smp_topo_fill(struct cpu_group *cg) in smp_topo_fill()
649 struct cpu_group *
653 static struct cpu_group *top = NULL; in smp_topo()
723 struct cpu_group *
726 static struct cpu_group *group = NULL; in smp_topo_alloc()
739 struct cpu_group *
742 struct cpu_group *top; in smp_topo_none()
757 smp_topo_addleaf(struct cpu_group *parent, struct cpu_group *child, int share, in smp_topo_addleaf()
788 struct cpu_group *
791 struct cpu_group *child; in smp_topo_1level()
[all …]
HDsched_ule.c245 struct cpu_group *tdq_cg; /* (c) Pointer to cpu topology. */
280 struct cpu_group __read_mostly *cpu_top; /* CPU topology */
355 struct cpu_group *cg, int indent);
673 cpu_search_lowest(const struct cpu_group *cg, const struct cpu_search *s, in cpu_search_lowest()
755 cpu_search_highest(const struct cpu_group *cg, const struct cpu_search *s, in cpu_search_highest()
813 sched_lowest(const struct cpu_group *cg, cpuset_t *mask, int pri, int maxload, in sched_lowest()
832 sched_highest(const struct cpu_group *cg, cpuset_t *mask, int minload, in sched_highest()
846 sched_balance_group(struct cpu_group *cg) in sched_balance_group()
1025 struct cpu_group *cg, *parent; in tdq_idled()
1321 struct cpu_group *cg, *ccg; in sched_pickcpu()
[all …]
/freebsd-14-stable/sys/powerpc/powernv/
HDplatform_powernv.c77 static struct cpu_group *powernv_smp_topo(platform_t plat);
487 static struct cpu_group *
488 cpu_group_init(struct cpu_group *group, struct cpu_group *parent, in cpu_group_init()
491 struct cpu_group *child; in cpu_group_init()
506 static struct cpu_group *
509 struct cpu_group *core, *dom, *root; in powernv_smp_topo()
/freebsd-14-stable/sys/powerpc/ps3/
HDplatform_ps3.c72 static struct cpu_group *ps3_smp_topo(platform_t);
253 static struct cpu_group *
/freebsd-14-stable/sys/powerpc/pseries/
HDplatform_chrp.c81 static struct cpu_group *chrp_smp_topo(platform_t plat);
555 static struct cpu_group *
/freebsd-14-stable/sys/netinet/
HDtcp_hpts.c226 struct cpu_group **grps;
1774 hpts_count_level(struct cpu_group *cg) in hpts_count_level()
1789 hpts_gather_grps(struct cpu_group **grps, int32_t *at, int32_t max, struct cpu_group *cg) in hpts_gather_grps()
1812 struct cpu_group *cpu_top; in tcp_hpts_mod_load()
1856 sz = (tcp_pace.grp_cnt * sizeof(struct cpu_group *)); in tcp_hpts_mod_load()
/freebsd-14-stable/sys/arm/arm/
HDmp_machdep.c327 struct cpu_group *
/freebsd-14-stable/sys/arm64/arm64/
HDmp_machdep.c354 struct cpu_group *
357 struct cpu_group *dom, *root; in cpu_topo()
/freebsd-14-stable/sys/powerpc/powerpc/
HDplatform.c305 struct cpu_group *
HDplatform_if.m71 static struct cpu_group *platform_null_smp_topo(platform_t plat) struct
/freebsd-14-stable/sys/x86/x86/
HDmp_x86.c834 x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root) in x86topo_add_sched_group()
964 struct cpu_group *
967 struct cpu_group *cg_root; in cpu_topo()
/freebsd-14-stable/sys/riscv/riscv/
HDmp_machdep.c297 struct cpu_group *
/freebsd-14-stable/sys/net/
HDiflib.c4911 extern struct cpu_group *cpu_top; /* CPU topology */
4914 find_child_with_core(int cpu, struct cpu_group *grp) in find_child_with_core()
4939 struct cpu_group *grp; in find_l2_neighbor()