Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dsmp.c78 unsigned int smp_cpu_mtid; variable
79 EXPORT_SYMBOL(smp_cpu_mtid);
317 if (smp_cpu_mtid == mtid) in pcpu_set_smt()
326 smp_cpu_mtid = mtid; in pcpu_set_smt()
328 while (smp_cpu_mtid >= (1U << smp_cpu_mt_shift)) in pcpu_set_smt()
611 for (j = 0; j <= smp_cpu_mtid; j++, cpu++) { in smp_store_cpu_states()
691 for (j = 0; j <= smp_cpu_mtid; j++) { in __smp_rescan_cpus()
697 (cpu >= info->configured*(smp_cpu_mtid + 1)) ? in __smp_rescan_cpus()
753 c_cpus += smp_cpu_mtid + 1; in smp_detect_cpus()
755 s_cpus += smp_cpu_mtid + 1; in smp_detect_cpus()
[all …]
Dvtime.c88 if (smp_cpu_mtid) { in do_account_vtime()
93 if (stcctm5(smp_cpu_mtid + 1, cycles_new) < 2) { in do_account_vtime()
95 for (i = 0; i <= smp_cpu_mtid; i++) { in do_account_vtime()
105 sizeof(u64) * (smp_cpu_mtid + 1)); in do_account_vtime()
121 if (smp_cpu_mtid) { in do_account_vtime()
182 if (smp_cpu_mtid) { in vtime_account_irq_enter()
Dtopology.c70 cpu -= cpu % (smp_cpu_mtid + 1); in cpu_thread_map()
71 for (i = 0; i <= smp_cpu_mtid; i++) in cpu_thread_map()
92 for (i = 0; i <= smp_cpu_mtid; i++) { in add_cpus_to_mask()
Dprocessor.c23 if (!smp_cpu_mtid && MACHINE_HAS_DIAG44) in cpu_relax()
/linux-4.1.27/arch/s390/include/asm/
Dsmp.h20 extern unsigned int smp_cpu_mtid;
40 #define smp_cpu_mtid 0 macro