Lines Matching refs:notifier_block
47 struct notifier_block;
114 static struct notifier_block fn##_nb = \
120 static struct notifier_block fn##_nb = \
130 extern int register_cpu_notifier(struct notifier_block *nb);
131 extern int __register_cpu_notifier(struct notifier_block *nb);
132 extern void unregister_cpu_notifier(struct notifier_block *nb);
133 extern void __unregister_cpu_notifier(struct notifier_block *nb);
137 extern int register_cpu_notifier(struct notifier_block *nb);
138 extern int __register_cpu_notifier(struct notifier_block *nb);
140 static inline int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier()
145 static inline int __register_cpu_notifier(struct notifier_block *nb) in __register_cpu_notifier()
151 static inline void unregister_cpu_notifier(struct notifier_block *nb) in unregister_cpu_notifier()
155 static inline void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier()
173 static inline int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier()
178 static inline int __register_cpu_notifier(struct notifier_block *nb) in __register_cpu_notifier()
183 static inline void unregister_cpu_notifier(struct notifier_block *nb) in unregister_cpu_notifier()
187 static inline void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier()
273 void idle_notifier_register(struct notifier_block *n);
274 void idle_notifier_unregister(struct notifier_block *n);