Home
last modified time | relevance | path

Searched refs:setup_possible_cpus (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmpboot.c1430 static int __initdata setup_possible_cpus = -1; variable
1433 get_option(&str, &setup_possible_cpus); in _setup_possible_cpus()
1479 if (setup_possible_cpus == -1) { in prefill_possible_map()
1489 possible = setup_possible_cpus; in prefill_possible_map()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dsmp.c920 static unsigned int setup_possible_cpus __initdata;
924 get_option(&s, &setup_possible_cpus); in _setup_possible_cpus()
977 possible = setup_possible_cpus ?: nr_cpu_ids; in smp_fill_possible_mask()