Home | History | Annotate | Download | only in linux

Lines Matching refs:nb

43 extern int register_cpu_notifier(struct notifier_block *nb);
45 extern void unregister_cpu_notifier(struct notifier_block *nb);
47 static inline void unregister_cpu_notifier(struct notifier_block *nb)
56 static inline int register_cpu_notifier(struct notifier_block *nb)
60 static inline void unregister_cpu_notifier(struct notifier_block *nb)
76 #define register_hotcpu_notifier(nb) register_cpu_notifier(nb)
77 #define unregister_hotcpu_notifier(nb) unregister_cpu_notifier(nb)
85 #define register_hotcpu_notifier(nb) do { } while (0)
86 #define unregister_hotcpu_notifier(nb) do { } while (0)