Lines Matching refs:topo_node
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()
1175 struct topo_node *node; in topo_promote_child()
1176 struct topo_node *parent; in topo_promote_child()
1196 struct topo_node *
1197 topo_next_node(struct topo_node *top, struct topo_node *node) in topo_next_node()
1199 struct topo_node *next; in topo_next_node()
1218 struct topo_node *
1219 topo_next_nonchild_node(struct topo_node *top, struct topo_node *node) in topo_next_nonchild_node()
1221 struct topo_node *next; in topo_next_nonchild_node()
1238 topo_set_pu_id(struct topo_node *node, cpuid_t id) in topo_set_pu_id()
1275 topo_analyze_table(struct topo_node *root, int all, enum topo_level level, in topo_analyze_table()
1279 struct topo_node *node; in topo_analyze_table()
1333 topo_analyze(struct topo_node *topo_root, int all, in topo_analyze()