Searched refs:flat_node (Results 1 – 1 of 1) sorted by relevance
27 zbi_topology_node_t* flat_node = nullptr; in Update() local29 flat_node = &flat_nodes[i]; in Update()32 node->entity_type = flat_node->entity_type; in Update()37 node->entity.processor = flat_node->entity.processor; in Update()56 node->entity.cluster = flat_node->entity.cluster; in Update()59 node->entity.numa_region = flat_node->entity.numa_region; in Update()66 if (flat_node->parent_index != ZBI_TOPOLOGY_NO_PARENT) { in Update()68 ZX_DEBUG_ASSERT_MSG(flat_node->parent_index >= 0 && flat_node->parent_index < count, in Update()69 "parent_index out of range: %u\n", flat_node->parent_index); in Update()71 node->parent = &nodes_[flat_node->parent_index]; in Update()
Completed in 3 milliseconds