Searched defs:cluster_node (Results 1 – 5 of 5) sorted by relevance
66 int err, node, cluster_node, core_node, thread_node; in fconf_populate_topology() local
79 for (const NodeDef* cluster_node : cluster->GetNodes()) { in FindCluster() local
75 int err, node, cluster_node, core_node, thread_node; in fconf_populate_topology() local
190 let cluster_node = cpu_map_node.subnode_mut(&format!("cluster{}", cluster_idx))?; in create_cpu_nodes() localVariable
413 let cluster_node = fdt.node_mut(&path)?.unwrap(); in patch_cpus() localVariable