Lines Matching refs:nb
84 static inline int register_memory_notifier(struct notifier_block *nb) in register_memory_notifier() argument
88 static inline void unregister_memory_notifier(struct notifier_block *nb) in unregister_memory_notifier() argument
95 static inline int register_memory_isolate_notifier(struct notifier_block *nb) in register_memory_isolate_notifier() argument
99 static inline void unregister_memory_isolate_notifier(struct notifier_block *nb) in unregister_memory_isolate_notifier() argument
107 extern int register_memory_notifier(struct notifier_block *nb);
108 extern void unregister_memory_notifier(struct notifier_block *nb);
109 extern int register_memory_isolate_notifier(struct notifier_block *nb);
110 extern void unregister_memory_isolate_notifier(struct notifier_block *nb);
130 #define register_hotmemory_notifier(nb) register_memory_notifier(nb) argument
131 #define unregister_hotmemory_notifier(nb) unregister_memory_notifier(nb) argument
135 #define register_hotmemory_notifier(nb) ({ (void)(nb); 0; }) argument
136 #define unregister_hotmemory_notifier(nb) ({ (void)(nb); }) argument