Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dnotifier.c451 int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh, in srcu_notifier_chain_unregister() function
470 EXPORT_SYMBOL_GPL(srcu_notifier_chain_unregister);
/Linux-v4.19/include/linux/
Dnotifier.h164 extern int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh,
/Linux-v4.19/drivers/devfreq/
Ddevfreq.c1461 ret = srcu_notifier_chain_unregister( in devfreq_unregister_notifier()
/Linux-v4.19/drivers/cpufreq/
Dcpufreq.c1814 ret = srcu_notifier_chain_unregister( in cpufreq_unregister_notifier()
/Linux-v4.19/drivers/clk/
Dclk.c3639 ret = srcu_notifier_chain_unregister(&cn->notifier_head, nb); in clk_notifier_unregister()