Searched refs:cpu_topo (Results 1 – 1 of 1) sorted by relevance
747 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks() local756 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()760 cpumask_set_cpu(cpuid, &cpu_topo->llc_sibling); in update_siblings_masks()763 if (cpuid_topo->package_id != cpu_topo->package_id) in update_siblings_masks()766 cpumask_set_cpu(cpuid, &cpu_topo->core_sibling); in update_siblings_masks()769 if (cpuid_topo->cluster_id != cpu_topo->cluster_id) in update_siblings_masks()774 cpumask_set_cpu(cpuid, &cpu_topo->cluster_sibling); in update_siblings_masks()777 if (cpuid_topo->core_id != cpu_topo->core_id) in update_siblings_masks()780 cpumask_set_cpu(cpuid, &cpu_topo->thread_sibling); in update_siblings_masks()787 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in clear_cpu_topology() local[all …]