Lines Matching refs:notifier_block
51 struct notifier_block;
123 static struct notifier_block fn##_nb = \
129 static struct notifier_block fn##_nb = \
139 extern int register_cpu_notifier(struct notifier_block *nb);
140 extern int __register_cpu_notifier(struct notifier_block *nb);
141 extern void unregister_cpu_notifier(struct notifier_block *nb);
142 extern void __unregister_cpu_notifier(struct notifier_block *nb);
146 extern int register_cpu_notifier(struct notifier_block *nb);
147 extern int __register_cpu_notifier(struct notifier_block *nb);
149 static inline int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier()
154 static inline int __register_cpu_notifier(struct notifier_block *nb) in __register_cpu_notifier()
160 static inline void unregister_cpu_notifier(struct notifier_block *nb) in unregister_cpu_notifier()
164 static inline void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier()
183 static inline int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier()
188 static inline int __register_cpu_notifier(struct notifier_block *nb) in __register_cpu_notifier()
193 static inline void unregister_cpu_notifier(struct notifier_block *nb) in unregister_cpu_notifier()
197 static inline void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier()