Searched refs:s390_topology (Results 1 – 4 of 4) sorted by relevance
35 S390Topology s390_topology = { variable91 s390_topology.cores_per_socket = g_new0(uint8_t, smp->sockets * in s390_topology_init()134 if (s390_topology.polarization == polarization) { in s390_handle_ptf()138 s390_topology.polarization = polarization; in s390_handle_ptf()159 s390_topology.polarization = S390_CPU_POLARIZATION_HORIZONTAL; in s390_topology_reset()327 if (!s390_topology.cores_per_socket) { in s390_topology_setup_cpu()343 if (s390_topology.cores_per_socket[entry] >= ms->smp.cores) { in s390_topology_setup_cpu()349 s390_topology.cores_per_socket[entry] += 1; in s390_topology_setup_cpu()414 if (s390_topology.cores_per_socket[new_socket_entry] >= in s390_change_topology()420 s390_topology.cores_per_socket[new_socket_entry] += 1; in s390_change_topology()[all …]
64 extern S390Topology s390_topology;
520 static struct sched_domain_topology_level s390_topology[] = { variable551 set_sched_topology(s390_topology); in topology_init_early()
191 .vertical = s390_topology.polarization == S390_CPU_POLARIZATION_VERTICAL, in s390_topology_from_cpu()