Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dsmpboot.c1428 static int __initdata setup_possible_cpus = -1; variable
1431 get_option(&str, &setup_possible_cpus); in _setup_possible_cpus()
1477 if (setup_possible_cpus == -1) { in prefill_possible_map()
1487 possible = setup_possible_cpus; in prefill_possible_map()
/Linux-v5.10/arch/s390/kernel/
Dsmp.c932 static unsigned int setup_possible_cpus __initdata;
936 get_option(&s, &setup_possible_cpus); in _setup_possible_cpus()
989 possible = setup_possible_cpus ?: nr_cpu_ids; in smp_fill_possible_mask()