Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dsmp.h53 struct topo_node { struct
54 struct topo_node *parent; argument
56 TAILQ_ENTRY(topo_node) siblings;
116 void topo_init_node(struct topo_node *node);
117 void topo_init_root(struct topo_node *root);
118 struct topo_node * topo_add_node_by_hwid(struct topo_node *parent, int hwid,
120 struct topo_node * topo_find_node_by_hwid(struct topo_node *parent, int hwid,
123 struct topo_node * topo_next_node(struct topo_node *top,
124 struct topo_node *node);
125 struct topo_node * topo_next_nonchild_node(struct topo_node *top,
[all …]
/freebsd-13.1/sys/kern/
H A Dsubr_smp.c1109 struct topo_node *
1113 struct topo_node *node; in topo_add_node_by_hwid()
1138 struct topo_node *
1143 struct topo_node *node; in topo_find_node_by_hwid()
1164 struct topo_node *next; in topo_promote_child()
1165 struct topo_node *node; in topo_promote_child()
1186 struct topo_node *
1187 topo_next_node(struct topo_node *top, struct topo_node *node) in topo_next_node()
1189 struct topo_node *next; in topo_next_node()
1208 struct topo_node *
[all …]
/freebsd-13.1/sys/x86/x86/
H A Dmp_x86.c165 static struct topo_node topo_root;
521 struct topo_node *parent; in topo_probe()
522 struct topo_node *node; in topo_probe()
672 struct topo_node *node; in assign_cpu_ids()
734 struct topo_node *node; in cpu_mp_announce()
822 x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root) in x86topo_add_sched_group()
824 struct topo_node *node; in x86topo_add_sched_group()