Searched refs:max_cpu (Results 1 – 2 of 2) sorted by relevance
558 int max_cpu, i; in report_platform_properties() local561 max_cpu = *v; in report_platform_properties()562 if (max_cpu > NR_CPUS) in report_platform_properties()563 max_cpu = NR_CPUS; in report_platform_properties()565 max_cpu = NR_CPUS; in report_platform_properties()567 for (i = 0; i < max_cpu; i++) in report_platform_properties()
47 u16 max_cpu; member