Searched refs:cluster_b (Results 1 – 2 of 2) sorted by relevance
93 const uint32_t cluster_b = processor_b->package_leader_id; in cmp_arm_linux_processor() local94 if (cluster_a != cluster_b) { in cmp_arm_linux_processor()95 return cluster_a > cluster_b ? -1 : 1; in cmp_arm_linux_processor()
311 const Cluster& cluster_b);1594 const Cluster& cluster_a, const Cluster& cluster_b) { in AreDevicesCompatible() argument1596 devices.UnionWith(cluster_b.devices()); in AreDevicesCompatible()1621 resource_op_device_ok(cluster_b.resource_op_device()); in AreDevicesCompatible()