Lines Matching refs:mtid
352 static int pcpu_set_smt(unsigned int mtid)
356 if (smp_cpu_mtid == mtid)
358 cc = __pcpu_sigp(0, SIGP_SET_MULTI_THREADING, mtid, NULL);
360 smp_cpu_mtid = mtid;
809 unsigned int cpu, mtid, c_cpus, s_cpus;
833 mtid = boot_core_type ? sclp.mtid : sclp.mtid_cp;
834 mtid = (mtid < smp_max_threads) ? mtid : smp_max_threads - 1;
835 pcpu_set_smt(mtid);
974 sclp_max = max(sclp.mtid, sclp.mtid_cp) + 1;