Searched refs:cluster_types (Results 1 – 4 of 4) sorted by relevance
1283 unsigned int cpu_number = 0, cluster_types = 0; in ml_cpu_cache_sharing() local1306 cluster_types = (1 << cluster_type); in ml_cpu_cache_sharing()1313 if ((1 << cluster->cluster_type) & cluster_types) { in ml_cpu_cache_sharing()1315 cluster_types &= ~(1 << cluster->cluster_type); in ml_cpu_cache_sharing()1316 if (!cluster_types) { in ml_cpu_cache_sharing()1328 return ml_get_topology_info()->cluster_types; in ml_get_cpu_types()
405 unsigned int cluster_types; member
74 .cluster_types = 0x1,
1020 topology_info.cluster_types |= (1 << cpu->cluster_type); in ml_parse_cpu_topology()