Searched refs:topo_node (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | smp.h | 51 struct topo_node { struct 52 struct topo_node *parent; argument 53 TAILQ_HEAD(topo_children, topo_node) children; 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, 120 void topo_promote_child(struct topo_node *child); 121 struct topo_node * topo_next_node(struct topo_node *top, [all …]
|
/freebsd/sys/kern/ |
H A D | subr_smp.c | 1100 topo_init_node(struct topo_node *node) in topo_init_node() 1108 topo_init_root(struct topo_node *root) in topo_init_root() 1119 struct topo_node * 1120 topo_add_node_by_hwid(struct topo_node *parent, int hwid, in topo_add_node_by_hwid() 1123 struct topo_node *node; in topo_add_node_by_hwid() 1148 struct topo_node * 1149 topo_find_node_by_hwid(struct topo_node *parent, int hwid, in topo_find_node_by_hwid() 1153 struct topo_node *node; in topo_find_node_by_hwid() 1172 topo_promote_child(struct topo_node *child) in topo_promote_child() 1174 struct topo_node *next; in topo_promote_child() [all …]
|
/freebsd/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()
|