Lines Matching refs:cpu_possible_map
70 * for_each_possible_cpu(cpu) for-loop cpu over cpu_possible_map
330 * cpu_possible_map - has bit 'cpu' set iff cpu is populatable
334 * cpu_possible_map - has bit 'cpu' set iff cpu is populated
335 * cpu_present_map - copy of cpu_possible_map
340 * size of these bitmaps. The cpu_possible_map is fixed at boot
348 * If HOTPLUG is enabled, then cpu_possible_map is forced to have
354 * cpu_present_map is just a copy of cpu_possible_map.
357 * hotplug, it's a copy of cpu_possible_map, hence fixed at boot.
380 extern cpumask_t cpu_possible_map;
386 #define num_possible_cpus() cpus_weight(cpu_possible_map)
389 #define cpu_possible(cpu) cpu_isset((cpu), cpu_possible_map)
409 #define for_each_possible_cpu(cpu) for_each_cpu_mask((cpu), cpu_possible_map)