Searched refs:cpu_topo (Results 1 – 1 of 1) sorted by relevance
772 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks() local781 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()785 cpumask_set_cpu(cpuid, &cpu_topo->llc_sibling); in update_siblings_masks()788 if (cpuid_topo->package_id != cpu_topo->package_id) in update_siblings_masks()791 cpumask_set_cpu(cpuid, &cpu_topo->core_sibling); in update_siblings_masks()794 if (cpuid_topo->cluster_id != cpu_topo->cluster_id) in update_siblings_masks()799 cpumask_set_cpu(cpuid, &cpu_topo->cluster_sibling); in update_siblings_masks()802 if (cpuid_topo->core_id != cpu_topo->core_id) in update_siblings_masks()805 cpumask_set_cpu(cpuid, &cpu_topo->thread_sibling); in update_siblings_masks()812 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in clear_cpu_topology() local[all …]