Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dnotifier.c453 int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh, in srcu_notifier_chain_unregister() function
472 EXPORT_SYMBOL_GPL(srcu_notifier_chain_unregister);
/Linux-v5.4/include/linux/
Dnotifier.h163 extern int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh,
/Linux-v5.4/drivers/devfreq/
Ddevfreq.c1633 ret = srcu_notifier_chain_unregister( in devfreq_unregister_notifier()
/Linux-v5.4/drivers/cpufreq/
Dcpufreq.c1970 ret = srcu_notifier_chain_unregister( in cpufreq_unregister_notifier()
/Linux-v5.4/fs/
Dlocks.c2025 srcu_notifier_chain_unregister(&lease_notifier_chain, nb); in lease_unregister_notifier()
/Linux-v5.4/drivers/clk/
Dclk.c4141 ret = srcu_notifier_chain_unregister(&cn->notifier_head, nb); in clk_notifier_unregister()