Home
last modified time | relevance | path

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

/linux/kernel/
H A Dnotifier.c502 int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh, in srcu_notifier_chain_unregister() function
521 EXPORT_SYMBOL_GPL(srcu_notifier_chain_unregister);
/linux/include/linux/
H A Dnotifier.h166 extern int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh,
/linux/drivers/remoteproc/
H A Dqcom_common.c427 return srcu_notifier_chain_unregister(notify, nb); in qcom_unregister_ssr_notifier()
/linux/fs/
H A Dlocks.c2010 srcu_notifier_chain_unregister(&lease_notifier_chain, nb); in lease_unregister_notifier()
/linux/drivers/clk/
H A Dclk.c4860 ret = srcu_notifier_chain_unregister(&cn->notifier_head, nb); in clk_notifier_unregister()