__register_cpu_notifier  122 include/linux/cpu.h 	__register_cpu_notifier(&fn##_nb);			\
__register_cpu_notifier  131 include/linux/cpu.h extern int __register_cpu_notifier(struct notifier_block *nb);
__register_cpu_notifier  138 include/linux/cpu.h extern int __register_cpu_notifier(struct notifier_block *nb);
__register_cpu_notifier  223 include/linux/cpu.h #define __register_hotcpu_notifier(nb)	__register_cpu_notifier(nb)
__register_cpu_notifier  875 include/linux/perf_event.h 	__register_cpu_notifier(&fn##_nb);				\
__register_cpu_notifier  888 include/linux/perf_event.h 	__register_cpu_notifier(&fn##_nb);				\