Searched refs:possible_cpus (Results 1 – 4 of 4) sorted by relevance
13 unsigned int start, end, possible_cpus = 0; in bpf_num_possible_cpus() local32 possible_cpus = start == 0 ? end + 1 : 0; in bpf_num_possible_cpus()37 return possible_cpus; in bpf_num_possible_cpus()
148 started with possible_cpus=144. There are 4 CPUs in the system and cpu2158 See cpu-hotplug.txt for the possible_cpus=NUM kernel start parameter
1255 int possible_cpus = num_possible_cpus(); in smp_fill_in_cpu_possible_map() local1258 if (possible_cpus > nr_cpu_ids) in smp_fill_in_cpu_possible_map()1259 possible_cpus = nr_cpu_ids; in smp_fill_in_cpu_possible_map()1261 for (i = 0; i < possible_cpus; i++) in smp_fill_in_cpu_possible_map()
48 ``possible_cpus=n``49 This option sets ``possible_cpus`` bits in ``cpu_possible_mask``.