Searched refs:threads_per_socket (Results 1 – 2 of 2) sorted by relevance
674 unsigned threads_per_socket; in smbios_build_type_4_table() local710 threads_per_socket = machine_topo_get_threads_per_socket(ms); in smbios_build_type_4_table()716 t->thread_count = (threads_per_socket > 255) ? 0xFF : threads_per_socket; in smbios_build_type_4_table()723 t->thread_count2 = cpu_to_le16(threads_per_socket); in smbios_build_type_4_table()
754 unsigned int threads_per_socket, in cpu_topology_to_string() argument777 topo->max_cpus, threads_per_socket, cores_per_socket, in cpu_topology_to_string()