Searched refs:cpu_topo (Results 1 – 1 of 1) sorted by relevance
740 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks() local749 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()753 cpumask_set_cpu(cpuid, &cpu_topo->llc_sibling); in update_siblings_masks()756 if (cpuid_topo->package_id != cpu_topo->package_id) in update_siblings_masks()759 cpumask_set_cpu(cpuid, &cpu_topo->core_sibling); in update_siblings_masks()762 if (cpuid_topo->cluster_id != cpu_topo->cluster_id) in update_siblings_masks()767 cpumask_set_cpu(cpuid, &cpu_topo->cluster_sibling); in update_siblings_masks()770 if (cpuid_topo->core_id != cpu_topo->core_id) in update_siblings_masks()773 cpumask_set_cpu(cpuid, &cpu_topo->thread_sibling); in update_siblings_masks()780 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in clear_cpu_topology() local[all …]