Searched refs:topo_node (Results 1 – 3 of 3) sorted by relevance
53 struct topo_node { struct54 struct topo_node *parent; argument56 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 …]
925 struct topo_node *929 struct topo_node *node; in topo_add_node_by_hwid()954 struct topo_node *959 struct topo_node *node; in topo_find_node_by_hwid()980 struct topo_node *next; in topo_promote_child()981 struct topo_node *node; in topo_promote_child()1002 struct topo_node *1003 topo_next_node(struct topo_node *top, struct topo_node *node) in topo_next_node()1005 struct topo_node *next; in topo_next_node()1024 struct topo_node *[all …]
150 static struct topo_node topo_root;497 struct topo_node *parent; in topo_probe()498 struct topo_node *node; in topo_probe()609 struct topo_node *node; in assign_cpu_ids()663 struct topo_node *node; in cpu_mp_announce()751 x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root) in x86topo_add_sched_group()753 struct topo_node *node; in x86topo_add_sched_group()