Searched refs:kMaxSMTID (Results 1 – 1 of 1) sorted by relevance
696 const int kMaxSMTID = maxLogicalID / maxCoreID; in compute_cpu_hierarchy_masks() local698 sHierarchyMask[CPU_TOPOLOGY_SMT] = kMaxSMTID - 1; in compute_cpu_hierarchy_masks()701 sHierarchyMask[CPU_TOPOLOGY_CORE] = (maxCoreID - 1) * kMaxSMTID; in compute_cpu_hierarchy_masks()