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

/linux-master/include/linux/
H A Dnotifier.h32 * but blocking_notifier_chain_register() and srcu_notifier_chain_register()
152 extern int srcu_notifier_chain_register(struct srcu_notifier_head *nh,
/linux-master/kernel/
H A Dnotifier.c471 * srcu_notifier_chain_register - Add notifier to an SRCU notifier chain
480 int srcu_notifier_chain_register(struct srcu_notifier_head *nh, function
498 EXPORT_SYMBOL_GPL(srcu_notifier_chain_register); variable
/linux-master/drivers/remoteproc/
H A Dqcom_common.c407 srcu_notifier_chain_register(&info->notifier_list, nb);
/linux-master/drivers/devfreq/
H A Ddevfreq.c2189 ret = srcu_notifier_chain_register(
/linux-master/drivers/cpufreq/
H A Dcpufreq.c2095 ret = srcu_notifier_chain_register(
/linux-master/fs/
H A Dlocks.c1968 return srcu_notifier_chain_register(&lease_notifier_chain, nb);
/linux-master/drivers/clk/
H A Dclk.c4799 * srcu_notifier_chain_register().
4827 ret = srcu_notifier_chain_register(&cn->notifier_head, nb);

Completed in 318 milliseconds