Searched refs:cpu_topo (Results 1 – 1 of 1) sorted by relevance
734 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks() local743 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()747 cpumask_set_cpu(cpuid, &cpu_topo->llc_sibling); in update_siblings_masks()750 if (cpuid_topo->package_id != cpu_topo->package_id) in update_siblings_masks()753 cpumask_set_cpu(cpuid, &cpu_topo->core_sibling); in update_siblings_masks()756 if (cpuid_topo->cluster_id != cpu_topo->cluster_id) in update_siblings_masks()761 cpumask_set_cpu(cpuid, &cpu_topo->cluster_sibling); in update_siblings_masks()764 if (cpuid_topo->core_id != cpu_topo->core_id) in update_siblings_masks()767 cpumask_set_cpu(cpuid, &cpu_topo->thread_sibling); in update_siblings_masks()774 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in clear_cpu_topology() local[all …]