Lines Matching refs:mtid
353 static int pcpu_set_smt(unsigned int mtid)
357 if (smp_cpu_mtid == mtid)
359 cc = __pcpu_sigp(0, SIGP_SET_MULTI_THREADING, mtid, NULL);
361 smp_cpu_mtid = mtid;
777 unsigned int cpu, mtid, c_cpus, s_cpus;
798 mtid = boot_core_type ? sclp.mtid : sclp.mtid_cp;
799 mtid = (mtid < smp_max_threads) ? mtid : smp_max_threads - 1;
800 pcpu_set_smt(mtid);
939 sclp_max = max(sclp.mtid, sclp.mtid_cp) + 1;