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

/linux-4.4.14/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.4.14/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.4.14/drivers/devfreq/
H A Ddevfreq.c1169 ret = srcu_notifier_chain_unregister(nh, &devfreq->nb); devfreq_unregister_opp_notifier()
/linux-4.4.14/drivers/clk/
H A Dclk.c2866 * along the return value of srcu_notifier_chain_unregister().
2883 ret = srcu_notifier_chain_unregister(&cn->notifier_head, nb); clk_notifier_unregister()
/linux-4.4.14/drivers/cpufreq/
H A Dcpufreq.c1744 ret = srcu_notifier_chain_unregister( cpufreq_unregister_notifier()

Completed in 201 milliseconds