Home
last modified time | relevance | path

Searched defs:nb (Results 1 – 25 of 31) sorted by relevance

12

/include/linux/
Dcpu.h113 static inline int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier()
118 static inline int __register_cpu_notifier(struct notifier_block *nb) in __register_cpu_notifier()
123 static inline void unregister_cpu_notifier(struct notifier_block *nb) in unregister_cpu_notifier()
127 static inline void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier()
146 static inline int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier()
151 static inline int __register_cpu_notifier(struct notifier_block *nb) in __register_cpu_notifier()
156 static inline void unregister_cpu_notifier(struct notifier_block *nb) in unregister_cpu_notifier()
160 static inline void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier()
194 #define register_hotcpu_notifier(nb) register_cpu_notifier(nb) argument
195 #define __register_hotcpu_notifier(nb) __register_cpu_notifier(nb) argument
[all …]
Dmemory.h84 static inline int register_memory_notifier(struct notifier_block *nb) in register_memory_notifier()
88 static inline void unregister_memory_notifier(struct notifier_block *nb) in unregister_memory_notifier()
95 static inline int register_memory_isolate_notifier(struct notifier_block *nb) in register_memory_isolate_notifier()
99 static inline void unregister_memory_isolate_notifier(struct notifier_block *nb) in unregister_memory_isolate_notifier()
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
Dcpu_pm.h79 static inline int cpu_pm_register_notifier(struct notifier_block *nb) in cpu_pm_register_notifier()
84 static inline int cpu_pm_unregister_notifier(struct notifier_block *nb) in cpu_pm_unregister_notifier()
Ddevfreq.h174 struct notifier_block nb; member
307 struct notifier_block nb; member
378 struct notifier_block *nb, in devfreq_register_notifier()
385 struct notifier_block *nb, in devfreq_unregister_notifier()
393 struct notifier_block *nb, in devm_devfreq_register_notifier()
401 struct notifier_block *nb, in devm_devfreq_unregister_notifier()
Dextcon.h404 struct notifier_block *nb) in extcon_register_notifier()
411 struct notifier_block *nb) in extcon_unregister_notifier()
418 struct notifier_block *nb) in devm_extcon_register_notifier()
425 struct notifier_block *nb) { } in devm_extcon_unregister_notifier()
447 struct notifier_block *nb) in extcon_register_interest()
Dclk.h144 struct notifier_block *nb) in clk_notifier_register()
150 struct notifier_block *nb) in clk_notifier_unregister()
Dsyscalls.h151 #define SYSCALL_METADATA(sname, nb, ...) \ argument
175 #define SYSCALL_METADATA(sname, nb, ...) argument
Dpm_clock.h16 struct notifier_block nb; member
Dtracepoint.h62 int register_tracepoint_module_notifier(struct notifier_block *nb) in register_tracepoint_module_notifier()
67 int unregister_tracepoint_module_notifier(struct notifier_block *nb) in unregister_tracepoint_module_notifier()
Digmp.h99 #define IGMPV3_MASK(value, nb) ((nb)>=32 ? (value) : ((1<<(nb))-1) & (value)) argument
Dsuspend.h468 static inline int register_pm_notifier(struct notifier_block *nb) in register_pm_notifier()
473 static inline int unregister_pm_notifier(struct notifier_block *nb) in unregister_pm_notifier()
Diommu.h517 struct notifier_block *nb) in iommu_group_register_notifier()
523 struct notifier_block *nb) in iommu_group_unregister_notifier()
Dpm_domain.h107 struct notifier_block nb; member
Dcpufreq.h445 static inline int cpufreq_register_notifier(struct notifier_block *nb, in cpufreq_register_notifier()
450 static inline int cpufreq_unregister_notifier(struct notifier_block *nb, in cpufreq_unregister_notifier()
Dmodule.h736 static inline int register_module_notifier(struct notifier_block *nb) in register_module_notifier()
742 static inline int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier()
/include/acpi/
Dbutton.h11 static inline int acpi_lid_notifier_register(struct notifier_block *nb) in acpi_lid_notifier_register()
15 static inline int acpi_lid_notifier_unregister(struct notifier_block *nb) in acpi_lid_notifier_unregister()
/include/net/
Ddcbevent.h32 register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier()
37 static inline int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()
Dx25.h243 static __inline__ void x25_neigh_hold(struct x25_neigh *nb) in x25_neigh_hold()
248 static __inline__ void x25_neigh_put(struct x25_neigh *nb) in x25_neigh_put()
Dswitchdev.h248 static inline int register_switchdev_notifier(struct notifier_block *nb) in register_switchdev_notifier()
253 static inline int unregister_switchdev_notifier(struct notifier_block *nb) in unregister_switchdev_notifier()
/include/linux/regulator/
Dconsumer.h510 struct notifier_block *nb) in regulator_register_notifier()
516 struct notifier_block *nb) in devm_regulator_register_notifier()
522 struct notifier_block *nb) in regulator_unregister_notifier()
528 struct notifier_block *nb) in devm_regulator_unregister_notifier()
/include/linux/usb/
Dphy.h244 struct device_node *node, struct notifier_block *nb) in devm_usb_get_phy_by_node()
315 usb_register_notifier(struct usb_phy *x, struct notifier_block *nb) in usb_register_notifier()
321 usb_unregister_notifier(struct usb_phy *x, struct notifier_block *nb) in usb_unregister_notifier()
Dchipidea.h29 struct notifier_block nb; member
/include/linux/power/
Dcharger-manager.h71 struct notifier_block nb; member
/include/linux/hsi/
Dhsi.h146 struct notifier_block nb; member
/include/net/bluetooth/
Dbluetooth.h342 unsigned long len, int nb, int *err) in bt_skb_send_alloc()

12