Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
A Dtopology.c37 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()
39 if (cpuid_topo->socket_id != cpu_topo->socket_id) in update_siblings_masks()
42 cpumask_set_cpu(cpuid, &cpu_topo->core_sibling); in update_siblings_masks()
46 if (cpuid_topo->core_id != cpu_topo->core_id) in update_siblings_masks()
49 cpumask_set_cpu(cpuid, &cpu_topo->thread_sibling); in update_siblings_masks()
129 struct cputopo_parisc *cpu_topo = &(cpu_topology[cpu]); in init_cpu_topology() local
131 cpu_topo->thread_id = -1; in init_cpu_topology()
132 cpu_topo->core_id = -1; in init_cpu_topology()
133 cpu_topo->socket_id = -1; in init_cpu_topology()
134 cpumask_clear(&cpu_topo->core_sibling); in init_cpu_topology()
[all …]
/linux/drivers/base/
A Darch_topology.c612 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()
643 cpumask_clear(&cpu_topo->llc_sibling); in clear_cpu_topology()
644 cpumask_set_cpu(cpu, &cpu_topo->llc_sibling); in clear_cpu_topology()
646 cpumask_clear(&cpu_topo->cluster_sibling); in clear_cpu_topology()
649 cpumask_clear(&cpu_topo->core_sibling); in clear_cpu_topology()
651 cpumask_clear(&cpu_topo->thread_sibling); in clear_cpu_topology()
662 cpu_topo->thread_id = -1; in reset_cpu_topology()
663 cpu_topo->core_id = -1; in reset_cpu_topology()
664 cpu_topo->cluster_id = -1; in reset_cpu_topology()
665 cpu_topo->package_id = -1; in reset_cpu_topology()
[all …]

Completed in 5 milliseconds