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

/linux-4.1.27/include/linux/
H A Dnotifier.h36 * and srcu_notifier_chain_unregister() _must not_ be called from within
43 * As compensation, srcu_notifier_chain_unregister() is rather expensive.
137 extern int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh,
/linux-4.1.27/kernel/
H A Dnotifier.c442 * srcu_notifier_chain_unregister - Remove notifier from an SRCU notifier chain
451 int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh, srcu_notifier_chain_unregister() function
470 EXPORT_SYMBOL_GPL(srcu_notifier_chain_unregister); variable
/linux-4.1.27/drivers/devfreq/
H A Ddevfreq.c1168 ret = srcu_notifier_chain_unregister(nh, &devfreq->nb); devfreq_unregister_opp_notifier()
/linux-4.1.27/drivers/clk/
H A Dclk.c2842 * along the return value of srcu_notifier_chain_unregister().
2859 ret = srcu_notifier_chain_unregister(&cn->notifier_head, nb); clk_notifier_unregister()
/linux-4.1.27/drivers/cpufreq/
H A Dcpufreq.c1807 ret = srcu_notifier_chain_unregister( cpufreq_unregister_notifier()

Completed in 173 milliseconds