Home
last modified time | relevance | path

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

/external/cpuinfo/src/x86/linux/
Dinit.c71 uint32_t last_core_id = UINT32_MAX, last_cluster_id = UINT32_MAX, last_package_id = UINT32_MAX; in cpuinfo_x86_count_objects() local
93 if (cluster_id != last_cluster_id) { in cpuinfo_x86_count_objects()
94 last_cluster_id = cluster_id; in cpuinfo_x86_count_objects()