Home
last modified time | relevance | path

Searched refs:srcu_notifier_chain_register (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/kernel/
Dnotifier.c480 int srcu_notifier_chain_register(struct srcu_notifier_head *nh, in srcu_notifier_chain_register() function
498 EXPORT_SYMBOL_GPL(srcu_notifier_chain_register);
/Linux-v6.6/include/linux/
Dnotifier.h152 extern int srcu_notifier_chain_register(struct srcu_notifier_head *nh,
/Linux-v6.6/drivers/remoteproc/
Dqcom_common.c407 srcu_notifier_chain_register(&info->notifier_list, nb); in qcom_register_ssr_notifier()
/Linux-v6.6/drivers/devfreq/
Ddevfreq.c2151 ret = srcu_notifier_chain_register( in devfreq_register_notifier()
/Linux-v6.6/drivers/cpufreq/
Dcpufreq.c2076 ret = srcu_notifier_chain_register( in cpufreq_register_notifier()
/Linux-v6.6/fs/
Dlocks.c1925 return srcu_notifier_chain_register(&lease_notifier_chain, nb); in lease_register_notifier()
/Linux-v6.6/drivers/clk/
Dclk.c4665 ret = srcu_notifier_chain_register(&cn->notifier_head, nb); in clk_notifier_register()