Searched refs:topo_node (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/sys/ |
| D | smp.h | 53 struct topo_node { struct 54 struct topo_node *parent; argument 55 TAILQ_HEAD(topo_children, topo_node) children; 56 TAILQ_ENTRY(topo_node) siblings; 113 void topo_init_node(struct topo_node *node); 114 void topo_init_root(struct topo_node *root); 115 struct topo_node * topo_add_node_by_hwid(struct topo_node *parent, int hwid, 117 struct topo_node * topo_find_node_by_hwid(struct topo_node *parent, int hwid, 119 void topo_promote_child(struct topo_node *child); 120 struct topo_node * topo_next_node(struct topo_node *top, [all …]
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_smp.c | 920 topo_init_node(struct topo_node *node) in topo_init_node() 928 topo_init_root(struct topo_node *root) in topo_init_root() 939 struct topo_node * 940 topo_add_node_by_hwid(struct topo_node *parent, int hwid, in topo_add_node_by_hwid() 943 struct topo_node *node; in topo_add_node_by_hwid() 968 struct topo_node * 969 topo_find_node_by_hwid(struct topo_node *parent, int hwid, in topo_find_node_by_hwid() 973 struct topo_node *node; in topo_find_node_by_hwid() 992 topo_promote_child(struct topo_node *child) in topo_promote_child() 994 struct topo_node *next; in topo_promote_child() [all …]
|
| /freebsd-12-stable/sys/x86/x86/ |
| D | mp_x86.c | 151 static struct topo_node topo_root; 507 struct topo_node *parent; in topo_probe() 508 struct topo_node *node; in topo_probe() 620 struct topo_node *node; in assign_cpu_ids() 682 struct topo_node *node; in cpu_mp_announce() 770 x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root) in x86topo_add_sched_group() 772 struct topo_node *node; in x86topo_add_sched_group()
|