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

/linux-master/include/linux/
H A Dnotifier.h37 * and srcu_notifier_chain_unregister() _must not_ be called from within
44 * As compensation, srcu_notifier_chain_unregister() is rather expensive.
166 extern int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh,
/linux-master/kernel/
H A Dnotifier.c501 * srcu_notifier_chain_unregister - Remove notifier from an SRCU notifier chain
510 int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh, function
529 EXPORT_SYMBOL_GPL(srcu_notifier_chain_unregister); variable
/linux-master/drivers/remoteproc/
H A Dqcom_common.c425 return srcu_notifier_chain_unregister(notify, nb);
/linux-master/drivers/devfreq/
H A Ddevfreq.c2217 ret = srcu_notifier_chain_unregister(
/linux-master/drivers/cpufreq/
H A Dcpufreq.c2135 ret = srcu_notifier_chain_unregister(
/linux-master/fs/
H A Dlocks.c1974 srcu_notifier_chain_unregister(&lease_notifier_chain, nb);
/linux-master/drivers/clk/
H A Dclk.c4847 * along the return value of srcu_notifier_chain_unregister().
4861 ret = srcu_notifier_chain_unregister(&cn->notifier_head, nb);

Completed in 245 milliseconds