Searched defs:register_cpu_notifier (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dcpu.h121 register_cpu_notifier(&fn##_nb); \
127 extern int register_cpu_notifier(struct notifier_block *nb);
132 extern int register_cpu_notifier(struct notifier_block *nb);
134 static inline int register_cpu_notifier(struct notifier_block *nb) function
154 static inline int register_cpu_notifier(struct notifier_block *nb) function
180 #define register_hotcpu_notifier(nb) register_cpu_notifier(nb)

Completed in 48 milliseconds