Searched refs:topo_node (Results 1 – 3 of 3) sorted by relevance
| /src/sys/sys/ |
| H A D | smp.h | 52 struct topo_node { struct 53 struct topo_node *parent; argument 54 TAILQ_HEAD(topo_children, topo_node) children; 55 TAILQ_ENTRY(topo_node) siblings; 117 void topo_init_node(struct topo_node *node); 118 void topo_init_root(struct topo_node *root); 119 struct topo_node * topo_add_node_by_hwid(struct topo_node *parent, int hwid, 121 struct topo_node * topo_find_node_by_hwid(struct topo_node *parent, int hwid, 123 void topo_promote_child(struct topo_node *child); 124 struct topo_node * topo_next_node(struct topo_node *top, [all …]
|
| /src/sys/kern/ |
| H A D | subr_smp.c | 1131 topo_init_node(struct topo_node *node) in topo_init_node() 1139 topo_init_root(struct topo_node *root) in topo_init_root() 1150 struct topo_node * 1151 topo_add_node_by_hwid(struct topo_node *parent, int hwid, in topo_add_node_by_hwid() 1154 struct topo_node *node; in topo_add_node_by_hwid() 1179 struct topo_node * 1180 topo_find_node_by_hwid(struct topo_node *parent, int hwid, in topo_find_node_by_hwid() 1184 struct topo_node *node; in topo_find_node_by_hwid() 1203 topo_promote_child(struct topo_node *child) in topo_promote_child() 1205 struct topo_node *next; in topo_promote_child() [all …]
|
| /src/sys/x86/x86/ |
| H A D | mp_x86.c | 161 static struct topo_node topo_root; 531 struct topo_node *parent; in topo_probe() 532 struct topo_node *node; in topo_probe() 682 struct topo_node *node; in assign_cpu_ids() 744 struct topo_node *node; in cpu_mp_announce() 832 x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root) in x86topo_add_sched_group() 834 struct topo_node *node; in x86topo_add_sched_group()
|