Lines Matching refs:notifier_block
52 struct notifier_block;
124 static struct notifier_block fn##_nb = \
130 static struct notifier_block fn##_nb = \
140 extern int register_cpu_notifier(struct notifier_block *nb);
141 extern int __register_cpu_notifier(struct notifier_block *nb);
142 extern void unregister_cpu_notifier(struct notifier_block *nb);
143 extern void __unregister_cpu_notifier(struct notifier_block *nb);
147 extern int register_cpu_notifier(struct notifier_block *nb);
148 extern int __register_cpu_notifier(struct notifier_block *nb);
150 static inline int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier()
155 static inline int __register_cpu_notifier(struct notifier_block *nb) in __register_cpu_notifier()
161 static inline void unregister_cpu_notifier(struct notifier_block *nb) in unregister_cpu_notifier()
165 static inline void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier()
184 static inline int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier()
189 static inline int __register_cpu_notifier(struct notifier_block *nb) in __register_cpu_notifier()
194 static inline void unregister_cpu_notifier(struct notifier_block *nb) in unregister_cpu_notifier()
198 static inline void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier()