Searched refs:threads_per_core (Results 1 – 7 of 7) sorted by relevance
11 extern int threads_per_core;15 #define threads_per_core 1 macro37 for (i = 0; i < NR_CPUS; i += threads_per_core) { in cpu_thread_mask_to_cores()62 return cpu & (threads_per_core - 1); in cpu_thread_in_core()67 return cpu & ~(threads_per_core - 1); in cpu_first_thread_in_core()
718 if (c->threads_per_core > 1 || c->cores_per_socket > 1) in show_cpuinfo()830 c->threads_per_core = c->cores_per_socket = c->num_log = 1; in identify_cpu()835 if (c->threads_per_core > smp_num_siblings) in identify_cpu()836 smp_num_siblings = c->threads_per_core; in identify_cpu()
666 if (cpu_data(cpu)->threads_per_core == 1 && in remove_siblinginfo()828 if (cpu_data(cpu)->threads_per_core == 1 && in __cpu_up()904 c->threads_per_core = info.overview_tpc; in identify_siblings()
147 if (cpu_data(cpu)->threads_per_core <= 1 && in cache_shared_cpu_map_setup()
361 int threads_per_core, threads_shift; variable368 threads_per_core = tpc; in cpu_init_thread_core_maps()
510 for (i = 0; i < threads_per_core; i++) { in start_secondary()586 for (i = 0; i < threads_per_core; i++) { in __cpu_disable()
213 __u8 threads_per_core; /* Threads per core */ member