···108108 for_each_possible_cpu - Iterate over cpu_possible_mask109109 for_each_online_cpu - Iterate over cpu_online_mask110110 for_each_present_cpu - Iterate over cpu_present_mask111111- for_each_cpu_mask(x,mask) - Iterate over some random collection of cpu mask.111111+ for_each_cpu(x,mask) - Iterate over some random collection of cpu mask.112112113113 #include <linux/cpu.h>114114 get_online_cpus() and put_online_cpus():