Home
last modified time | relevance | path

Searched refs:notifier_block (Results 1 – 12 of 12) sorted by relevance

/external/kernel-headers/original/linux/
Dnotifier.h35 struct notifier_block { struct
36 int (*notifier_call)(struct notifier_block *, unsigned long, void *); argument
37 struct notifier_block *next; argument
43 struct notifier_block *head; argument
48 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 …]
Dcpu.h39 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 = \
Dreboot.h42 extern int register_reboot_notifier(struct notifier_block *);
43 extern int unregister_reboot_notifier(struct notifier_block *);
Dmodule.h162 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()
Dnetlink.h194 extern int netlink_register_notifier(struct notifier_block *nb);
195 extern int netlink_unregister_notifier(struct notifier_block *nb);
Dusb.h1202 extern void usb_register_notify(struct notifier_block *nb);
1203 extern void usb_unregister_notify(struct notifier_block *nb);
Dnetdevice.h587 extern int register_netdevice_notifier(struct notifier_block *nb);
588 extern int unregister_netdevice_notifier(struct notifier_block *nb);
Dfb.h576 extern int fb_register_client(struct notifier_block *nb);
577 extern int fb_unregister_client(struct notifier_block *nb);
Dperf_event.h1070 static struct notifier_block fn##_nb __cpuinitdata = \
/external/kernel-headers/original/linux/netfilter_ipv4/
Dip_conntrack.h319 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()
/external/kernel-headers/original/linux/mtd/
Dmtd.h201 struct notifier_block reboot_notifier; /* default mode before reboot */
/external/linux-tools-perf/util/include/linux/added/
Dperf_event.h1207 static struct notifier_block fn##_nb __cpuinitdata = \