Home
last modified time | relevance | path

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

12

/include/linux/
Dmemory.h86 static inline int register_memory_notifier(struct notifier_block *nb) in register_memory_notifier()
90 static inline void unregister_memory_notifier(struct notifier_block *nb) in unregister_memory_notifier()
97 static inline int register_memory_isolate_notifier(struct notifier_block *nb) in register_memory_isolate_notifier()
101 static inline void unregister_memory_isolate_notifier(struct notifier_block *nb) in unregister_memory_isolate_notifier()
132 #define register_hotmemory_notifier(nb) register_memory_notifier(nb) argument
133 #define unregister_hotmemory_notifier(nb) unregister_memory_notifier(nb) argument
137 #define register_hotmemory_notifier(nb) ({ (void)(nb); 0; }) argument
138 #define unregister_hotmemory_notifier(nb) ({ (void)(nb); }) argument
Dcpu_pm.h70 static inline int cpu_pm_register_notifier(struct notifier_block *nb) in cpu_pm_register_notifier()
75 static inline int cpu_pm_unregister_notifier(struct notifier_block *nb) in cpu_pm_unregister_notifier()
Dextcon.h252 unsigned int id, struct notifier_block *nb) in extcon_register_notifier()
258 unsigned int id, struct notifier_block *nb) in extcon_unregister_notifier()
265 struct notifier_block *nb) in devm_extcon_register_notifier()
272 struct notifier_block *nb) { } in devm_extcon_unregister_notifier()
304 struct notifier_block *nb) in extcon_register_interest()
Ddevfreq.h156 struct notifier_block nb; member
293 struct notifier_block nb; member
367 struct notifier_block *nb, in devfreq_register_notifier()
374 struct notifier_block *nb, in devfreq_unregister_notifier()
382 struct notifier_block *nb, in devm_devfreq_register_notifier()
390 struct notifier_block *nb, in devm_devfreq_unregister_notifier()
Dnvmem-consumer.h197 static inline int nvmem_register_notifier(struct notifier_block *nb) in nvmem_register_notifier()
202 static inline int nvmem_unregister_notifier(struct notifier_block *nb) in nvmem_unregister_notifier()
Dpm_clock.h15 struct notifier_block nb; member
Dmroute_base.h49 static inline int mr_call_vif_notifier(struct notifier_block *nb, in mr_call_vif_notifier()
175 static inline int mr_call_mfc_notifier(struct notifier_block *nb, in mr_call_mfc_notifier()
355 static inline int mr_dump(struct net *net, struct notifier_block *nb, in mr_dump()
358 struct notifier_block *nb), in mr_dump()
Dsyscalls.h167 #define SYSCALL_METADATA(sname, nb, ...) \ argument
198 #define SYSCALL_METADATA(sname, nb, ...) argument
Dpm_opp.h255 static inline int dev_pm_opp_register_notifier(struct device *dev, struct notifier_block *nb) in dev_pm_opp_register_notifier()
260 static inline int dev_pm_opp_unregister_notifier(struct device *dev, struct notifier_block *nb) in dev_pm_opp_unregister_notifier()
Dclk.h178 struct notifier_block *nb) in clk_notifier_register()
184 struct notifier_block *nb) in clk_notifier_unregister()
Dtracepoint.h63 int register_tracepoint_module_notifier(struct notifier_block *nb) in register_tracepoint_module_notifier()
68 int unregister_tracepoint_module_notifier(struct notifier_block *nb) in unregister_tracepoint_module_notifier()
Digmp.h96 #define IGMPV3_MASK(value, nb) ((nb)>=32 ? (value) : ((1<<(nb))-1) & (value)) argument
Dsuspend.h513 static inline int register_pm_notifier(struct notifier_block *nb) in register_pm_notifier()
518 static inline int unregister_pm_notifier(struct notifier_block *nb) in unregister_pm_notifier()
Dfscrypt.h396 struct notifier_block *nb) in fscrypt_register_key_removal_notifier()
402 struct notifier_block *nb) in fscrypt_unregister_key_removal_notifier()
/include/linux/remoteproc/
Dqcom_rproc.h13 static inline int qcom_register_ssr_notifier(struct notifier_block *nb) in qcom_register_ssr_notifier()
18 static inline void qcom_unregister_ssr_notifier(struct notifier_block *nb) {} in qcom_unregister_ssr_notifier()
/include/acpi/
Dbutton.h12 static inline int acpi_lid_notifier_register(struct notifier_block *nb) in acpi_lid_notifier_register()
16 static inline int acpi_lid_notifier_unregister(struct notifier_block *nb) in acpi_lid_notifier_unregister()
/include/net/
Ddcbevent.h21 register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier()
26 static inline int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()
Dswitchdev.h227 static inline int register_switchdev_notifier(struct notifier_block *nb) in register_switchdev_notifier()
232 static inline int unregister_switchdev_notifier(struct notifier_block *nb) in unregister_switchdev_notifier()
246 register_switchdev_blocking_notifier(struct notifier_block *nb) in register_switchdev_blocking_notifier()
252 unregister_switchdev_blocking_notifier(struct notifier_block *nb) in unregister_switchdev_blocking_notifier()
Dx25.h245 static __inline__ void x25_neigh_hold(struct x25_neigh *nb) in x25_neigh_hold()
250 static __inline__ void x25_neigh_put(struct x25_neigh *nb) in x25_neigh_put()
Ddsa.h227 struct notifier_block nb; member
618 static inline int register_dsa_notifier(struct notifier_block *nb) in register_dsa_notifier()
623 static inline int unregister_dsa_notifier(struct notifier_block *nb) in unregister_dsa_notifier()
/include/linux/regulator/
Dconsumer.h546 struct notifier_block *nb) in regulator_register_notifier()
552 struct notifier_block *nb) in devm_regulator_register_notifier()
558 struct notifier_block *nb) in regulator_unregister_notifier()
564 struct notifier_block *nb) in devm_regulator_unregister_notifier()
/include/linux/mlx5/
Deq.h51 struct notifier_block nb; member
/include/linux/usb/
Dphy.h253 struct device_node *node, struct notifier_block *nb) in devm_usb_get_phy_by_node()
339 usb_register_notifier(struct usb_phy *x, struct notifier_block *nb) in usb_register_notifier()
345 usb_unregister_notifier(struct usb_phy *x, struct notifier_block *nb) in usb_unregister_notifier()
Dchipidea.h30 struct notifier_block nb; member
/include/linux/power/
Dcharger-manager.h69 struct notifier_block nb; member

12