Home
last modified time | relevance | path

Searched refs:topo_node (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dsmp.h51 struct topo_node { struct
52 struct topo_node *parent; argument
54 TAILQ_ENTRY(topo_node) siblings;
114 void topo_init_node(struct topo_node *node);
115 void topo_init_root(struct topo_node *root);
116 struct topo_node * topo_add_node_by_hwid(struct topo_node *parent, int hwid,
118 struct topo_node * topo_find_node_by_hwid(struct topo_node *parent, int hwid,
121 struct topo_node * topo_next_node(struct topo_node *top,
122 struct topo_node *node);
123 struct topo_node * topo_next_nonchild_node(struct topo_node *top,
[all …]
/freebsd/sys/kern/
H A Dsubr_smp.c1119 struct topo_node *
1123 struct topo_node *node; in topo_add_node_by_hwid()
1148 struct topo_node *
1153 struct topo_node *node; in topo_find_node_by_hwid()
1174 struct topo_node *next; in topo_promote_child()
1175 struct topo_node *node; in topo_promote_child()
1196 struct topo_node *
1197 topo_next_node(struct topo_node *top, struct topo_node *node) in topo_next_node()
1199 struct topo_node *next; in topo_next_node()
1218 struct topo_node *
[all …]
/freebsd/sys/x86/x86/
H A Dmp_x86.c161 static struct topo_node topo_root;
533 struct topo_node *parent; in topo_probe()
534 struct topo_node *node; in topo_probe()
684 struct topo_node *node; in assign_cpu_ids()
746 struct topo_node *node; in cpu_mp_announce()
834 x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root) in x86topo_add_sched_group()
836 struct topo_node *node; in x86topo_add_sched_group()