Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dnotifier.c472 int srcu_notifier_chain_register(struct srcu_notifier_head *nh, in srcu_notifier_chain_register() function
490 EXPORT_SYMBOL_GPL(srcu_notifier_chain_register);
/linux-6.15/include/linux/
H A Dnotifier.h152 extern int srcu_notifier_chain_register(struct srcu_notifier_head *nh,
/linux-6.15/drivers/remoteproc/
H A Dqcom_common.c409 srcu_notifier_chain_register(&info->notifier_list, nb); in qcom_register_ssr_notifier()
/linux-6.15/drivers/devfreq/
H A Ddevfreq.c2189 ret = srcu_notifier_chain_register( in devfreq_register_notifier()
/linux-6.15/drivers/cpufreq/
H A Dcpufreq.c2155 ret = srcu_notifier_chain_register( in cpufreq_register_notifier()
/linux-6.15/fs/
H A Dlocks.c1972 return srcu_notifier_chain_register(&lease_notifier_chain, nb); in lease_register_notifier()
/linux-6.15/drivers/clk/
H A Dclk.c4828 ret = srcu_notifier_chain_register(&cn->notifier_head, nb); in clk_notifier_register()