Searched refs:notifier_block (Results 1 – 12 of 12) sorted by relevance
35 struct notifier_block { struct36 int (*notifier_call)(struct notifier_block *, unsigned long, void *); argument37 struct notifier_block *next; argument43 struct notifier_block *head; argument48 struct notifier_block *head;52 struct notifier_block *head;89 struct notifier_block *);91 struct notifier_block *);93 struct notifier_block *);96 struct notifier_block *);[all …]
39 struct notifier_block;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) in unregister_cpu_notifier()56 static inline int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier()60 static inline void unregister_cpu_notifier(struct notifier_block *nb) in unregister_cpu_notifier()72 static struct notifier_block fn##_nb = \
42 extern int register_reboot_notifier(struct notifier_block *);43 extern int unregister_reboot_notifier(struct notifier_block *);
162 struct notifier_block;463 int register_module_notifier(struct notifier_block * nb);464 int unregister_module_notifier(struct notifier_block * nb);552 static inline int register_module_notifier(struct notifier_block * nb) in register_module_notifier()558 static inline int unregister_module_notifier(struct notifier_block * nb) in unregister_module_notifier()
194 extern int netlink_register_notifier(struct notifier_block *nb);195 extern int netlink_unregister_notifier(struct notifier_block *nb);
1202 extern void usb_register_notify(struct notifier_block *nb);1203 extern void usb_unregister_notify(struct notifier_block *nb);
587 extern int register_netdevice_notifier(struct notifier_block *nb);588 extern int unregister_netdevice_notifier(struct notifier_block *nb);
576 extern int fb_register_client(struct notifier_block *nb);577 extern int fb_unregister_client(struct notifier_block *nb);
1070 static struct notifier_block fn##_nb __cpuinitdata = \
319 static inline int ip_conntrack_register_notifier(struct notifier_block *nb) in ip_conntrack_register_notifier()324 static inline int ip_conntrack_unregister_notifier(struct notifier_block *nb) in ip_conntrack_unregister_notifier()330 ip_conntrack_expect_register_notifier(struct notifier_block *nb) in ip_conntrack_expect_register_notifier()336 ip_conntrack_expect_unregister_notifier(struct notifier_block *nb) in ip_conntrack_expect_unregister_notifier()
201 struct notifier_block reboot_notifier; /* default mode before reboot */
1207 static struct notifier_block fn##_nb __cpuinitdata = \