Lines Matching refs:nb
87 static inline int register_memory_notifier(struct notifier_block *nb) in register_memory_notifier() argument
91 static inline void unregister_memory_notifier(struct notifier_block *nb) in unregister_memory_notifier() argument
98 static inline int register_memory_isolate_notifier(struct notifier_block *nb) in register_memory_isolate_notifier() argument
102 static inline void unregister_memory_isolate_notifier(struct notifier_block *nb) in unregister_memory_isolate_notifier() argument
110 extern int register_memory_notifier(struct notifier_block *nb);
111 extern void unregister_memory_notifier(struct notifier_block *nb);
112 extern int register_memory_isolate_notifier(struct notifier_block *nb);
113 extern void unregister_memory_isolate_notifier(struct notifier_block *nb);
133 #define register_hotmemory_notifier(nb) register_memory_notifier(nb) argument
134 #define unregister_hotmemory_notifier(nb) unregister_memory_notifier(nb) argument
138 #define register_hotmemory_notifier(nb) ({ (void)(nb); 0; }) argument
139 #define unregister_hotmemory_notifier(nb) ({ (void)(nb); }) argument