Home
last modified time | relevance | path

Searched refs:cpu_topo (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/base/
H A Darch_topology.c801 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()
822 if (cpuid_topo->core_id != cpu_topo->core_id) in update_siblings_masks()
834 cpumask_clear(&cpu_topo->llc_sibling); in clear_cpu_topology()
835 cpumask_set_cpu(cpu, &cpu_topo->llc_sibling); in clear_cpu_topology()
837 cpumask_clear(&cpu_topo->cluster_sibling); in clear_cpu_topology()
840 cpumask_clear(&cpu_topo->core_sibling); in clear_cpu_topology()
842 cpumask_clear(&cpu_topo->thread_sibling); in clear_cpu_topology()
853 cpu_topo->thread_id = -1; in reset_cpu_topology()
854 cpu_topo->core_id = -1; in reset_cpu_topology()
855 cpu_topo->cluster_id = -1; in reset_cpu_topology()
[all …]