Lines Matching refs:nb
86 static inline int register_memory_notifier(struct notifier_block *nb) in register_memory_notifier() argument
90 static inline void unregister_memory_notifier(struct notifier_block *nb) in unregister_memory_notifier() argument
97 static inline int register_memory_isolate_notifier(struct notifier_block *nb) in register_memory_isolate_notifier() argument
101 static inline void unregister_memory_isolate_notifier(struct notifier_block *nb) in unregister_memory_isolate_notifier() argument
109 extern int register_memory_notifier(struct notifier_block *nb);
110 extern void unregister_memory_notifier(struct notifier_block *nb);
111 extern int register_memory_isolate_notifier(struct notifier_block *nb);
112 extern void unregister_memory_isolate_notifier(struct notifier_block *nb);
132 #define register_hotmemory_notifier(nb) register_memory_notifier(nb) argument
133 #define unregister_hotmemory_notifier(nb) unregister_memory_notifier(nb) argument
137 #define register_hotmemory_notifier(nb) ({ (void)(nb); 0; }) argument
138 #define unregister_hotmemory_notifier(nb) ({ (void)(nb); }) argument