Home
last modified time | relevance | path

Searched refs:expected_cluster_processors (Results 1 – 1 of 1) sorted by relevance

/external/cpuinfo/src/arm/linux/
Dclusters.c97 uint32_t expected_cluster_processors = 0; in cpuinfo_arm_linux_detect_core_clusters_by_heuristic() local
102 if (expected_cluster_processors == 0) { in cpuinfo_arm_linux_detect_core_clusters_by_heuristic()
120 expected_cluster_processors = cluster_processors[cluster++]; in cpuinfo_arm_linux_detect_core_clusters_by_heuristic()
258 expected_cluster_processors--; in cpuinfo_arm_linux_detect_core_clusters_by_heuristic()
264 expected_cluster_processors = 0; in cpuinfo_arm_linux_detect_core_clusters_by_heuristic()
267 if (expected_cluster_processors == 0) { in cpuinfo_arm_linux_detect_core_clusters_by_heuristic()
271 expected_cluster_processors = cluster_processors[cluster++]; in cpuinfo_arm_linux_detect_core_clusters_by_heuristic()
283 expected_cluster_processors--; in cpuinfo_arm_linux_detect_core_clusters_by_heuristic()