Searched refs:cpu_topo (Results 1 – 1 of 1) sorted by relevance
743 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()764 if (cpuid_topo->core_id != cpu_topo->core_id) in update_siblings_masks()776 cpumask_clear(&cpu_topo->llc_sibling); in clear_cpu_topology()777 cpumask_set_cpu(cpu, &cpu_topo->llc_sibling); in clear_cpu_topology()779 cpumask_clear(&cpu_topo->cluster_sibling); in clear_cpu_topology()782 cpumask_clear(&cpu_topo->core_sibling); in clear_cpu_topology()784 cpumask_clear(&cpu_topo->thread_sibling); in clear_cpu_topology()795 cpu_topo->thread_id = -1; in reset_cpu_topology()796 cpu_topo->core_id = -1; in reset_cpu_topology()797 cpu_topo->cluster_id = -1; in reset_cpu_topology()[all …]