Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dnotifier.h70 struct srcu_notifier_head { struct
89 extern void srcu_init_notifier_head(struct srcu_notifier_head *nh); argument
121 extern int srcu_notifier_chain_register(struct srcu_notifier_head *nh,
134 extern int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh,
149 extern int srcu_notifier_call_chain(struct srcu_notifier_head *nh,
151 extern int __srcu_notifier_call_chain(struct srcu_notifier_head *nh,
Dopp.h49 struct srcu_notifier_head *opp_get_notifier(struct device *dev);
101 static inline struct srcu_notifier_head *opp_get_notifier(struct device *dev) in opp_get_notifier()
Dclk.h59 struct srcu_notifier_head notifier_head;
/linux-3.4.99/kernel/
Dnotifier.c417 int srcu_notifier_chain_register(struct srcu_notifier_head *nh, in srcu_notifier_chain_register()
447 int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh, in srcu_notifier_chain_unregister()
486 int __srcu_notifier_call_chain(struct srcu_notifier_head *nh, in __srcu_notifier_call_chain()
500 int srcu_notifier_call_chain(struct srcu_notifier_head *nh, in srcu_notifier_call_chain()
519 void srcu_init_notifier_head(struct srcu_notifier_head *nh) in srcu_init_notifier_head()
/linux-3.4.99/drivers/base/power/
Dopp.c88 struct srcu_notifier_head head;
668 struct srcu_notifier_head *opp_get_notifier(struct device *dev) in opp_get_notifier()
/linux-3.4.99/drivers/devfreq/
Ddevfreq.c682 struct srcu_notifier_head *nh = opp_get_notifier(dev); in devfreq_register_opp_notifier()
701 struct srcu_notifier_head *nh = opp_get_notifier(dev); in devfreq_unregister_opp_notifier()
/linux-3.4.99/drivers/cpufreq/
Dcpufreq.c118 static struct srcu_notifier_head cpufreq_transition_notifier_list;