Lines Matching defs:early
685 static void __ref smp_get_core_info(struct sclp_core_info *info, int early)
690 if (use_sigp_detection || sclp_get_core_info(info, early)) {
707 bool configured, bool early)
730 if (!early && arch_register_cpu(cpu))
740 static int __smp_rescan_cpus(struct sclp_core_info *info, bool early)
756 if (early) {
761 nr += smp_add_core(core, &avail, true, early);
768 nr += smp_add_core(&info->core[i], &avail, configured, early);
1140 int __ref smp_rescan_cpus(bool early)
1149 nr = __smp_rescan_cpus(info, early);