Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsmp.h53 struct topo_node { struct
54 struct topo_node *parent; argument
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,
120 struct topo_node * topo_next_node(struct topo_node *top,
121 struct topo_node *node);
122 struct topo_node * topo_next_nonchild_node(struct topo_node *top,
[all …]
/f-stack/freebsd/kern/
H A Dsubr_smp.c1086 struct topo_node *
1090 struct topo_node *node; in topo_add_node_by_hwid()
1115 struct topo_node *
1120 struct topo_node *node; in topo_find_node_by_hwid()
1141 struct topo_node *next; in topo_promote_child()
1142 struct topo_node *node; in topo_promote_child()
1163 struct topo_node *
1164 topo_next_node(struct topo_node *top, struct topo_node *node) in topo_next_node()
1166 struct topo_node *next; in topo_next_node()
1185 struct topo_node *
[all …]
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c157 static struct topo_node topo_root;
508 struct topo_node *parent; in topo_probe()
509 struct topo_node *node; in topo_probe()
621 struct topo_node *node; in assign_cpu_ids()
683 struct topo_node *node; in cpu_mp_announce()
771 x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root) in x86topo_add_sched_group()
773 struct topo_node *node; in x86topo_add_sched_group()