Home
last modified time | relevance | path

Searched refs:srcu_notifier_head (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
Dnotifier.h73 struct srcu_notifier_head { struct
92 extern void srcu_init_notifier_head(struct srcu_notifier_head *nh); argument
124 extern int srcu_notifier_chain_register(struct srcu_notifier_head *nh,
137 extern int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh,
152 extern int srcu_notifier_call_chain(struct srcu_notifier_head *nh,
154 extern int __srcu_notifier_call_chain(struct srcu_notifier_head *nh,
Dpm_opp.h53 struct srcu_notifier_head *dev_pm_opp_get_notifier(struct device *dev);
108 static inline struct srcu_notifier_head *dev_pm_opp_get_notifier( in dev_pm_opp_get_notifier()
Dclk.h60 struct srcu_notifier_head notifier_head;
/linux-4.1.27/kernel/
Dnotifier.c421 int srcu_notifier_chain_register(struct srcu_notifier_head *nh, in srcu_notifier_chain_register()
451 int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh, in srcu_notifier_chain_unregister()
490 int __srcu_notifier_call_chain(struct srcu_notifier_head *nh, in __srcu_notifier_call_chain()
504 int srcu_notifier_call_chain(struct srcu_notifier_head *nh, in srcu_notifier_call_chain()
523 void srcu_init_notifier_head(struct srcu_notifier_head *nh) in srcu_init_notifier_head()
/linux-4.1.27/drivers/base/power/
Dopp.c97 struct srcu_notifier_head srcu_head;
815 struct srcu_notifier_head *dev_pm_opp_get_notifier(struct device *dev) in dev_pm_opp_get_notifier()
/linux-4.1.27/drivers/devfreq/
Ddevfreq.c1132 struct srcu_notifier_head *nh; in devfreq_register_opp_notifier()
1159 struct srcu_notifier_head *nh; in devfreq_unregister_opp_notifier()
/linux-4.1.27/drivers/cpufreq/
Dcpufreq.c87 static struct srcu_notifier_head cpufreq_transition_notifier_list;