sclp_max          971 arch/s390/kernel/smp.c 	unsigned int possible, sclp_max, cpu;
sclp_max          973 arch/s390/kernel/smp.c 	sclp_max = max(sclp.mtid, sclp.mtid_cp) + 1;
sclp_max          974 arch/s390/kernel/smp.c 	sclp_max = min(smp_max_threads, sclp_max);
sclp_max          975 arch/s390/kernel/smp.c 	sclp_max = (sclp.max_cores * sclp_max) ?: nr_cpu_ids;
sclp_max          977 arch/s390/kernel/smp.c 	possible = min(possible, sclp_max);