Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/
Dnotifier.c505 int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh, in srcu_notifier_chain_unregister() function
524 EXPORT_SYMBOL_GPL(srcu_notifier_chain_unregister);
/Linux-v6.1/include/linux/
Dnotifier.h164 extern int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh,
/Linux-v6.1/drivers/remoteproc/
Dqcom_common.c411 return srcu_notifier_chain_unregister(notify, nb); in qcom_unregister_ssr_notifier()
/Linux-v6.1/drivers/devfreq/
Ddevfreq.c2179 ret = srcu_notifier_chain_unregister( in devfreq_unregister_notifier()
/Linux-v6.1/drivers/cpufreq/
Dcpufreq.c2068 ret = srcu_notifier_chain_unregister( in cpufreq_unregister_notifier()
/Linux-v6.1/fs/
Dlocks.c1922 srcu_notifier_chain_unregister(&lease_notifier_chain, nb); in lease_unregister_notifier()
/Linux-v6.1/drivers/clk/
Dclk.c4605 ret = srcu_notifier_chain_unregister(&cn->notifier_head, nb); in clk_notifier_unregister()