Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dnotifier.c421 int srcu_notifier_chain_register(struct srcu_notifier_head *nh, in srcu_notifier_chain_register() function
439 EXPORT_SYMBOL_GPL(srcu_notifier_chain_register);
/linux-4.1.27/include/linux/
Dnotifier.h124 extern int srcu_notifier_chain_register(struct srcu_notifier_head *nh,
/linux-4.1.27/drivers/devfreq/
Ddevfreq.c1141 ret = srcu_notifier_chain_register(nh, &devfreq->nb); in devfreq_register_opp_notifier()
/linux-4.1.27/drivers/cpufreq/
Dcpufreq.c1773 ret = srcu_notifier_chain_register( in cpufreq_register_notifier()
/linux-4.1.27/drivers/clk/
Dclk.c2822 ret = srcu_notifier_chain_register(&cn->notifier_head, nb); in clk_notifier_register()