Home
last modified time | relevance | path

Searched refs:register_cpu_notifier (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dcpu.h95 register_cpu_notifier(&fn##_nb); \
104 extern int register_cpu_notifier(struct notifier_block *nb);
113 static inline int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier() function
146 static inline int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier() function
194 #define register_hotcpu_notifier(nb) register_cpu_notifier(nb)