Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dvtime.c69 stcctm5(smp_cpu_mtid + 1, cycles_new); in update_mt_scaling()
73 for (i = 0; i <= smp_cpu_mtid; i++) { in update_mt_scaling()
86 sizeof(u64) * (smp_cpu_mtid + 1)); in update_mt_scaling()
116 if (smp_cpu_mtid && in do_account_vtime()
131 if (smp_cpu_mtid) { in do_account_vtime()
188 if (smp_cpu_mtid && in vtime_account_irq_enter()
197 if (smp_cpu_mtid) { in vtime_account_irq_enter()
395 if (smp_cpu_mtid) { in vtime_init()
399 stcctm5(smp_cpu_mtid + 1, this_cpu_ptr(mt_cycles)); in vtime_init()
Dsmp.c80 unsigned int smp_cpu_mtid; variable
81 EXPORT_SYMBOL(smp_cpu_mtid);
321 if (smp_cpu_mtid == mtid) in pcpu_set_smt()
330 smp_cpu_mtid = mtid; in pcpu_set_smt()
332 while (smp_cpu_mtid >= (1U << smp_cpu_mt_shift)) in pcpu_set_smt()
711 for (j = 0; j <= smp_cpu_mtid; j++) { in __smp_rescan_cpus()
717 (cpu >= info->configured*(smp_cpu_mtid + 1)) ? in __smp_rescan_cpus()
769 c_cpus += smp_cpu_mtid + 1; in smp_detect_cpus()
771 s_cpus += smp_cpu_mtid + 1; in smp_detect_cpus()
816 base = cpu - (cpu % (smp_cpu_mtid + 1)); in __cpu_up()
[all …]
Dtopology.c75 cpu -= cpu % (smp_cpu_mtid + 1); in cpu_thread_map()
76 for (i = 0; i <= smp_cpu_mtid; i++) in cpu_thread_map()
98 for (i = 0; i <= smp_cpu_mtid; i++) { in add_cpus_to_mask()
Dprocessor.c24 if (!smp_cpu_mtid && MACHINE_HAS_DIAG44) { in cpu_relax()
Dentry.S760 larl %r1,smp_cpu_mtid
1165 larl %r1,smp_cpu_mtid
/linux-4.4.14/arch/s390/include/asm/
Dsmp.h20 extern unsigned int smp_cpu_mtid;
41 #define smp_cpu_mtid 0 macro